fix: httpPath of liveness and readyness probe

This commit is contained in:
Markus Pesch 2022-01-21 21:37:04 +01:00
parent e502f83a7b
commit 3ba80bdb1b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 2 deletions

View File

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