Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Renamet default LogLeve + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasstorlien committed Jun 3, 2022
1 parent 69ba1ed commit fd87957
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/helsenorge-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.15
version: 0.0.16
4 changes: 2 additions & 2 deletions charts/helsenorge-application/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# helsenorge-applikasjon

![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Helm chart for som beskriver hvordan deployment av en helsenorge-applikasjon ser ut. En helsenorge-applikasjon dekker typene api, webapp og service.

Expand Down Expand Up @@ -37,7 +37,7 @@ Helm chart for som beskriver hvordan deployment av en helsenorge-applikasjon ser
| ingress.create | bool | `true` | Bestemmer om en ingress skal opprettes eller ikke, false betyr at ingen ingress opprettes og komponenten kan ikke nås utenfra clusteret. |
| ingress.hostname | string | kalkuleres basert på apinavn og miljo | Bestemmer hvilket hostname ingress skal lytte på. Eks configuration-internalapi-mas01.helsenorge.utvikling. Trenger ikke overstyres med mindre man skal teste noe spesielt |
| livenessProbe.path | string | `"/api/ping"` | [Liveness probe](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe) indikerer om containeren kjører ved å gjøre et http kall mot gitt path. |
| logging | object | `{"areaOvveride":"","logLevel":"info"}` | Logging |
| logging | object | `{"areaOvveride":"","logLevel":"Info"}` | Logging |
| nameOverride | string | `""` | Overrider navn på chart. Beholder release-navnet |
| rabbitmq | object | `{"amqpPort":5671,"configPassword":"","configUser":"","encryptMessages":true,"hostname":"rabbitmq","password":"","symmetricKey":"","useSsl":true,"user":"","virtualHost":"internal.messaging.helsenorge.no"}` | Messagings settings - Blir tilgjengeliggjort som environment-variabler i pod |
| rabbitmq.amqpPort | int | `5671` | amqp-port |
Expand Down
4 changes: 2 additions & 2 deletions charts/helsenorge-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ configurationEndpoint: http://configuration-internalapi

# -- Logging
logging:
# LogLevel - tillatte verdier trace, debug, info
logLevel: info
# LogLevel - tillatte verdier Trace, Debug, Info
logLevel: Info
# Area settes automatisk til samme som Release.Name. Denne verdien kan ovverides her.
areaOvveride: ""

Expand Down
2 changes: 1 addition & 1 deletion charts/helsenorge-common-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.3
version: 0.0.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
16 changes: 8 additions & 8 deletions charts/helsenorge-common-config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# helsenorge-common-config

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.0](https://img.shields.io/badge/AppVersion-23.0.0-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.0](https://img.shields.io/badge/AppVersion-23.0.0-informational?style=flat-square)

Helm chart for deployment felles config (definert av ehelse-common pakkesettet)

Expand All @@ -11,15 +11,15 @@ Helm chart for deployment felles config (definert av ehelse-common pakkesettet)
| area.name | string | `"felles-config"` | |
| area.team | string | `"Plattform"` | |
| config.cache.cacheKeyPrefix | string | `nil` | |
| config.cache.redisPersistentCacheEndpoint | string | `"redis-persistence-master:6379"` | |
| config.felleslogg.endpointUrl | string | `"http://sot-internalapi"` | |
| config.cache.redisPersistentCacheEndpoint | string | `nil` | |
| config.felleslogg.endpointUrl | string | `nil` | |
| config.internalMessaging.encryptMessages | bool | `false` | |
| config.internalMessaging.rabbitEndpoint | string | `"rabbitmq://rabbitmq:5671"` | |
| config.internalMessaging.rabbitEndpoint | string | `nil` | |
| config.internalMessaging.useSsl | bool | `true` | |
| config.internalMessaging.virtualHost | string | `"internal.messaging.helsenorge.no"` | |
| config.sot.endpointUrl | string | `"http://sot-internalapi"` | |
| config.sts.endpointUrl | string | `"http://sts-tokenservice"` | |
| config.sts.signingCert | string | `"F46ECB29F8B9994D2286B073C1CEA6A52BB746FC"` | |
| config.internalMessaging.virtualHost | string | `nil` | |
| config.sot.endpointUrl | string | `nil` | |
| config.sts.endpointUrl | string | `nil` | |
| config.sts.signingCert | string | `nil` | |
| secrets.cache.areaEncryptionKey | string | `nil` | |
| secrets.cache.globalEncryptionKey | string | `nil` | |
| secrets.internalMessaging.configPassword | string | `nil` | |
Expand Down

0 comments on commit fd87957

Please sign in to comment.