Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Jan 9, 2024
1 parent 91e0429 commit 49712dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ microservice-chart:
FORWARDER_URL: "https://api.dev.platform.pagopa.it/pagopa-node-forwarder/api/v1/forward"
AWS_REGION: "eu-south-1"
CONFIG_REFRESH_CRON: "0 * * * * *"
NODO_MONITOR_CRON: "0 */5 * * * *"
NODO_CALC_CRON: "30 */5 * * * *"
STATION_MONITOR_CRON: "15 */5 * * * *"
STATION_CALC_CRON: "45 */5 * * * *"
ADDER_SLOT_MINUTES: "5"
NODO_MONITOR_CRON: "0 * * * * *"
NODO_CALC_CRON: "30 * * * * *"
STATION_MONITOR_CRON: "15 * * * * *"
STATION_CALC_CRON: "45 * * * * *"
ADDER_SLOT_MINUTES: "1"
ADDER_SLOT_FAULT_THRESHOLD: "50"
ADDER_RANGE_MINUTES: "30"
ADDER_RANGE_MINUTES: "6"
ADDER_RANGE_FAULT_THRESHOLD: "50"
REMOVER_SLOT_MINUTES: "60"
REMOVER_SLOT_MINUTES: "12"
REMOVER_SLOT_FAULT_LIMIT: "6"
OTEL_SERVICE_NAME: "pagopa-stand-in-manager"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
Expand Down

0 comments on commit 49712dd

Please sign in to comment.