Update values.yaml
This commit is contained in:
parent
d44cc39096
commit
73b5b6ce70
|
|
@ -141,6 +141,13 @@ tolerations: []
|
|||
|
||||
affinity: {}
|
||||
|
||||
minReadySeconds: 10
|
||||
|
||||
# Probes
|
||||
startupProbe: {}
|
||||
livenessProbe: {}
|
||||
readinessProbe: {}
|
||||
|
||||
# Only one of minAvailable or maxUnavailable can be set
|
||||
podDisruptionBudget:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue