spelling fix (#888)
This commit is contained in:
parent
14585a1331
commit
582e7d0c3b
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ server:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: false
|
enabled: false
|
||||||
path: "/v1/sys/health?standbyok=true"
|
path: "/v1/sys/health?standbyok=true"
|
||||||
# Port nuumber on which livenessProbe will be checked.
|
# Port number on which livenessProbe will be checked.
|
||||||
port: 8200
|
port: 8200
|
||||||
# When a probe fails, Kubernetes will try failureThreshold times before giving up
|
# When a probe fails, Kubernetes will try failureThreshold times before giving up
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
|
|
Loading…
Reference in a new issue