Skip to content

Commit

Permalink
PAGOPA-2442 fix cache host
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Dec 2, 2024
1 parent 33a02ca commit e4ecddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.dev.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.dev.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.dev.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.dev.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
CLIENT_CACHE_HOST: 'https://api.dev.platform.pagopa.it/api-config-cache/p/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '1'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
CLIENT_CACHE_HOST: 'https://api.platform.pagopa.it/api-config-cache/p/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.uat.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.uat.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.uat.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.uat.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
CLIENT_CACHE_HOST: 'https://api.uat.platform.pagopa.it/api-config-cache/p/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60'
Expand Down

0 comments on commit e4ecddc

Please sign in to comment.