Skip to content

Commit

Permalink
fix: resolved error on Helm definition for tmp volume
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Feb 29, 2024
1 parent 352c921 commit b83289b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
20 changes: 12 additions & 8 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,18 @@ microservice-chart:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-d-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
secretProvider:
create: true
envSecrets:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-d-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
affinity:
Expand Down
20 changes: 12 additions & 8 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,18 @@ microservice-chart:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-p-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
secretProvider:
create: true
envSecrets:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-p-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
affinity:
Expand Down
20 changes: 12 additions & 8 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,18 @@ microservice-chart:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-u-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
secretProvider:
create: true
envSecrets:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
REDIS_PASSWORD: 'redis-password'
keyvault:
name: "pagopa-u-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
affinity:
Expand Down

0 comments on commit b83289b

Please sign in to comment.