Skip to content

Commit

Permalink
fix helm iuv path
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Dec 13, 2024
1 parent 4c0e724 commit 5ff9d9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 2
maxReplica: 1
pollingInterval: 30 # seconds
cooldownPeriod: 60 # seconds
triggers:
Expand All @@ -69,7 +69,7 @@ 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
IUV_GENERATOR_HOST: https://api.dev.platform.pagopa.it/shared/pagopa-iuvgenerator/v1
AUX_DIGIT: "3"
CONNECTION_TIMEOUT: "1500"
RETRY_GPD_MAX_ATTEMPTS: "1"
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 10
maxReplica: 3
pollingInterval: 30 # seconds
cooldownPeriod: 60 # seconds
triggers:
Expand All @@ -69,7 +69,7 @@ microservice-chart:
EC_CONTAINER_NAME: "creditor_institutions"
SERVICE_CONTAINER_NAME: "services"
GPD_HOST: https://api.platform.pagopa.it/gpd/api/v1
IUV_GENERATOR_HOST: https://api.platform.pagopa.it/shared/iuv-generator-service/v1
IUV_GENERATOR_HOST: https://api.platform.pagopa.it/shared/pagopa-iuvgenerator/v1
AUX_DIGIT: "3"
CONNECTION_TIMEOUT: "1500"
RETRY_GPD_MAX_ATTEMPTS: "1"
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 10
maxReplica: 1
pollingInterval: 30 # seconds
cooldownPeriod: 60 # seconds
triggers:
Expand All @@ -69,7 +69,7 @@ microservice-chart:
EC_CONTAINER_NAME: "creditor_institutions"
SERVICE_CONTAINER_NAME: "services"
GPD_HOST: https://api.uat.platform.pagopa.it/gpd/api/v1
IUV_GENERATOR_HOST: https://api.uat.platform.pagopa.it/shared/iuv-generator-service/v1
IUV_GENERATOR_HOST: https://api.uat.platform.pagopa.it/shared/pagopa-iuvgenerator/v1
AUX_DIGIT: "3"
CONNECTION_TIMEOUT: "1500"
RETRY_GPD_MAX_ATTEMPTS: "1"
Expand Down

0 comments on commit 5ff9d9e

Please sign in to comment.