We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a922d7b commit b0a50b6Copy full SHA for b0a50b6
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