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

Commit 901f456

Browse files
authored
Update deployment.yaml
1 parent 548f575 commit 901f456

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/activiti-cloud-notifications-graphql/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@ spec:
8686
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
8787
successThreshold: {{ .Values.livenessProbe.successThreshold }}
8888
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
89+
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
8990
readinessProbe:
9091
httpGet:
9192
path: {{ .Values.probePath }}
9293
port: {{ .Values.service.internalPort }}
94+
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
9395
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
9496
successThreshold: {{ .Values.readinessProbe.successThreshold }}
9597
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
98+
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
9699
resources:
97100
{{ toYaml .Values.resources | indent 12 }}
98101
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}

0 commit comments

Comments
 (0)