We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e232b3a commit edd8604Copy full SHA for edd8604
charts/opencrvs-services/templates/config-deployment.yaml
@@ -91,10 +91,12 @@ spec:
91
- containerPort: {{ .Values.config.port }}
92
protocol: TCP
93
livenessProbe:
94
+ failureThreshold: 9
95
httpGet:
96
path: /ping # FIXME: not real healthz, just checking if http server is up x
97
port: {{ .Values.config.port }}
98
readinessProbe:
99
100
101
path: /ping # FIXME: not real healthz, just checking if http server is up
102
0 commit comments