Skip to content

Commit

Permalink
upddate help pre-prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jun 6, 2024
1 parent d56a96a commit 680fe43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ microservice-chart:
cpu: "300m"
limits:
memory: "1.5Gi"
cpu: "500m"
cpu: "800m"
autoscaling:
enable: true
minReplica: 1
maxReplica: 1
minReplica: 2
maxReplica: 10
pollingInterval: 10 # seconds
cooldownPeriod: 50 # seconds
triggers:
Expand Down Expand Up @@ -117,8 +117,8 @@ microservice-chart:
RECOVER_FAILED_CRON: "0 0 */1 * * *"
RECOVER_FAILED_CART_CRON: "0 0 */1 * * *"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC"
FAILED_AUTORECOVER_ENABLED: "true"
NOT_NOTIFIED_AUTORECOVER_ENABLED: "true"
FAILED_AUTORECOVER_ENABLED: "false"
NOT_NOTIFIED_AUTORECOVER_ENABLED: "false"
FAILED_CART_AUTORECOVER_ENABLED: "false"
RECOVER_FAILED_MASSIVE_MAX_DAYS: "1"
RECOVER_NOT_NOTIFIED_MASSIVE_MAX_DAYS: "1"
Expand Down Expand Up @@ -147,6 +147,7 @@ microservice-chart:
name: "pagopa-p-receipts-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ microservice-chart:
RECOVER_FAILED_CRON: "0 0 */2 * * *"
RECOVER_FAILED_CART_CRON: "0 0 */2 * * *"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC"
FAILED_AUTORECOVER_ENABLED: "true"
NOT_NOTIFIED_AUTORECOVER_ENABLED: "true"
FAILED_AUTORECOVER_ENABLED: "false"
NOT_NOTIFIED_AUTORECOVER_ENABLED: "false"
FAILED_CART_AUTORECOVER_ENABLED: "false"
RECOVER_FAILED_MASSIVE_MAX_DAYS: "0"
RECOVER_NOT_NOTIFIED_MASSIVE_MAX_DAYS: "0"
Expand Down

0 comments on commit 680fe43

Please sign in to comment.