We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a922d7b + b0a50b6 commit 1f52cb8Copy full SHA for 1f52cb8
1 file changed
charts/codimd/templates/deployment.yaml
@@ -163,6 +163,16 @@ spec:
163
successThreshold: 3
164
timeoutSeconds: 2
165
periodSeconds: 5
166
+ livenessProbe:
167
+ failureThreshold: 3
168
+ httpGet:
169
+ path: /status
170
+ port: 3000
171
+ scheme: HTTP
172
+ initialDelaySeconds: 3
173
+ periodSeconds: 5
174
+ successThreshold: 1
175
+ timeoutSeconds: 2
176
restartPolicy: Always
177
{{ if .Values.codimd.imageStorePersistentVolume.enabled }}
178
volumes:
0 commit comments