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

Commit b9e60a2

Browse files
committed
small fix
1 parent 93a2eec commit b9e60a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ service:
6767
resources:
6868
limits:
6969
memory: 2048Mi
70+
cou: 1
7071
requests:
71-
cpu: 300
72+
cpu: "200m"
7273
memory: 512Mi
7374
probePath: /actuator/health
7475
livenessProbe:
@@ -80,9 +81,9 @@ livenessProbe:
8081
readinessProbe:
8182
initialDelaySeconds: 20
8283
periodSeconds: 15
83-
timeoutSeconds: 10
84+
timeoutSeconds: 5
8485
successThreshold: 1
85-
failureThreshold: 40
86+
failureThreshold: 80
8687
terminationGracePeriodSeconds: 20
8788

8889
ingress:

0 commit comments

Comments
 (0)