Skip to content

Commit

Permalink
updated helm file
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli committed Jul 20, 2022
1 parent c63b46e commit 80a6ee7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,13 @@ microservice-chart:
EC_CONTAINER_NAME: "creditor_institutions"
SERVICE_CONTAINER_NAME: "services"
GPD_HOST: https://api.dev.platform.pagopa.it/gpd/api/v1
IUV_GENERATOR_HOST: https://api.dev.platform.pagopa.it/shared/iuv-generator-service/v1
AUX_DIGIT: "3"
CONNECTION_TIMEOUT: "1000"
RETRY_MAX_ATTEMPTS: "1"
RETRY_MAX_DELAY: "200"
RETRY_GPD_MAX_ATTEMPTS: "1"
RETRY_GPD_MAX_DELAY: "200"
RETRY_IUV_GENERATOR_MAX_ATTEMPTS: "1"
RETRY_IUV_GENERATOR_MAX_DELAY: "200"
LOGGING_LEVEL: "INFO"

envSecret:
Expand Down

0 comments on commit 80a6ee7

Please sign in to comment.