fix spelling mistake (#8380)
parent
30376a8ec8
commit
f19ed9f652
|
@ -58,7 +58,7 @@ resources:
|
|||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /heath
|
||||
path: /health
|
||||
port: 8006
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
|
|
|
@ -80,7 +80,7 @@ livenessProbe:
|
|||
failureThreshold: 6
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /heath
|
||||
path: /health
|
||||
port: 8006
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
|
|
Loading…
Reference in New Issue