This repository was archived by the owner on Mar 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
charts/activiti-cloud-notifications-graphql Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 3737 ddlAuto : none
3838
3939javaOpts :
40- xmx : 1536m
41- xms : 768m
40+ xmx : 2048m
41+ xms : 1024m
4242 other : -XX:+UnlockExperimentalVMOptions -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90
4343
4444# # Allows the specification of additional environment variables
@@ -72,12 +72,13 @@ probePath: /actuator/health
7272livenessProbe :
7373 initialDelaySeconds : 140
7474 periodSeconds : 15
75- successThreshold : 1
76- timeoutSeconds : 4
75+ timeoutSeconds : 20
76+ failureThreshold : 20
7777readinessProbe :
78+ initialDelaySeconds : 30
7879 periodSeconds : 15
79- successThreshold : 1
80- timeoutSeconds : 3
80+ timeoutSeconds : 20
81+ failureThreshold : 20
8182terminationGracePeriodSeconds : 20
8283
8384ingress :
@@ -106,4 +107,4 @@ ingress:
106107 nginx.ingress.kubernetes.io/affinity : cookie
107108 nginx.ingress.kubernetes.io/session-cookie-name : " activiti-cloud-notifications-graphql-route"
108109 nginx.ingress.kubernetes.io/session-cookie-hash : " sha1"
109-
110+
You can’t perform that action at this time.
0 commit comments