1
0
Fork 0

feat(helm): liveness probe config

This commit is contained in:
Vojtěch Mareš 2023-10-03 11:40:08 +02:00
parent 2000699f98
commit 4330045f11
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -41,6 +41,11 @@ spec:
httpGet: httpGet:
path: /api/livez path: /api/livez
port: {{ .Values.service.portName }} port: {{ .Values.service.portName }}
initialDelaySeconds: 3
periodSeconds: 3
timeoutSeconds: 2
failureThreshold: 3
sucessThreshold: 1
envFrom: envFrom:
- configMapRef: - configMapRef:
name: {{ .Release.Name }}-config name: {{ .Release.Name }}-config