Skip to content

Commit

Permalink
[PAGOPA-1678] chore: Add environment config
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed May 21, 2024
1 parent 1e43845 commit bd0c92f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,17 @@ microservice-chart:
envConfig:
WEBSITE_SITE_NAME: "pagopa-d-shared-authorizer" # required to show cloud role name in application insights
FUNCTIONS_WORKER_RUNTIME: "java"
RETRY_NUMBER: 4
STARTING_RETRY_DELAY_MILLIS: 1500
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
COSMOS_CONN_STRING: 'auth-d-cosmos-connection-string'
REFRESH_CONFIGURATION_PATH: 'auth-d-refresh-configuration-url'
APICONFIG_SELFCARE_INTEGRATION_PATH: 'auth-d-apiconfig-selfcare-integration-url'
APICONFIG_SELFCARE_INTEGRATION_SUBKEY: 'auth-d-apiconfig-selfcare-integration-subkey'
keyvault:
name: "pagopa-d-shared-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
Expand Down

0 comments on commit bd0c92f

Please sign in to comment.