Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 548f575

Browse files
authored
Update values.yaml
1 parent 52d906c commit 548f575

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

charts/activiti-cloud-notifications-graphql/values.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ db:
3737
ddlAuto: none
3838

3939
javaOpts:
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
7272
livenessProbe:
7373
initialDelaySeconds: 140
7474
periodSeconds: 15
75-
successThreshold: 1
76-
timeoutSeconds: 4
75+
timeoutSeconds: 20
76+
failureThreshold: 20
7777
readinessProbe:
78+
initialDelaySeconds: 30
7879
periodSeconds: 15
79-
successThreshold: 1
80-
timeoutSeconds: 3
80+
timeoutSeconds: 20
81+
failureThreshold: 20
8182
terminationGracePeriodSeconds: 20
8283

8384
ingress:
@@ -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+

0 commit comments

Comments
 (0)