fix live check url

This commit is contained in:
stremovsky
2021-12-19 15:44:01 +02:00
parent 540bdf5022
commit 59f660d940

View File

@@ -40,11 +40,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /status
port: http
readinessProbe:
httpGet:
path: /
path: /status
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}