fix: httpPath of liveness and readyness probe
This commit is contained in:
parent
e502f83a7b
commit
3ba80bdb1b
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user