Skip to content

Commit edd8604

Browse files
committed
fix: Increase failure count for config container
1 parent e232b3a commit edd8604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/opencrvs-services/templates/config-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@ spec:
9191
- containerPort: {{ .Values.config.port }}
9292
protocol: TCP
9393
livenessProbe:
94+
failureThreshold: 9
9495
httpGet:
9596
path: /ping # FIXME: not real healthz, just checking if http server is up x
9697
port: {{ .Values.config.port }}
9798
readinessProbe:
99+
failureThreshold: 9
98100
httpGet:
99101
path: /ping # FIXME: not real healthz, just checking if http server is up
100102
port: {{ .Values.config.port }}

0 commit comments

Comments
 (0)