Skip to content

Commit

Permalink
NOD-574
Browse files Browse the repository at this point in the history
Modificare i cronjob in modo da far puntare verso APIM
  • Loading branch information
lorenzo-catalano committed Feb 27, 2024
1 parent a75e6eb commit 85e0a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ refresh-p:
command:
- "/bin/sh"
- "-c"
- "echo \"Starting...\"; export URL=https://api.dev.platform.pagopa.it/api-config-cache/p/v1/cache/refresh; echo \"Call '$URL'\"; curl -k -H \"Ocp-Apim-Subscription-Key: $API_CONFIG_CACHE_SUBSCRIPTION_KEY\" -m 300 $URL; echo \"\"; echo \"Done\";"
- "echo \"Starting...\"; export URL=https://api.dev.platform.pagopa.it/api-config-cache/p/v1/cache/refresh; echo \"Call '$URL'\"; curl -k -m 300 $URL; echo \"\"; echo \"Done\";"
resources:
requests:
memory: "256Mi"
Expand Down

0 comments on commit 85e0a25

Please sign in to comment.