feat: add probes to helm chart

This commit is contained in:
Michel Bathe 2023-08-18 14:47:58 +02:00
parent ba8c35da9f
commit d629fa600f
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ spec:
httpGet:
path: /healthz
port: http
scheme: HTTP
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}