Adjust ingress-nginx probes
This commit is contained in:
parent
307bf76454
commit
7f280512f1
1 changed files with 4 additions and 2 deletions
|
@ -168,9 +168,11 @@ controller:
|
|||
config:
|
||||
worker-processes: "1"
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 1
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 1
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 1
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 1
|
||||
podLabels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
|
|
Loading…
Reference in a new issue