Skip to content

Commit

Permalink
[VAS-515 | VAS-510] feat: Updated helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Feb 28, 2024
1 parent 8b74d13 commit 868ef6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ microservice-chart:
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
MONGODB_CONNECTION_URI: cosmodbmongo-d-bopagopa-connection-string
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
keyvault:
Expand Down
1 change: 1 addition & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ microservice-chart:
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
MONGODB_CONNECTION_URI: cosmodbmongo-p-bopagopa-connection-string
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
keyvault:
Expand Down
1 change: 1 addition & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ microservice-chart:
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
MONGODB_CONNECTION_URI: cosmodbmongo-u-bopagopa-connection-string
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
keyvault:
Expand Down

0 comments on commit 868ef6a

Please sign in to comment.