We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694f7fe commit 86e96aaCopy full SHA for 86e96aa
charts/warpstream-agent/values.yaml
@@ -66,7 +66,9 @@ priorityClassName: ""
66
# Optional disruption budget
67
pdb:
68
create: false
69
+ # minimum number of pods that must still be available after the eviction
70
minAvailable: 1
71
+ # maximum number of pods that can be unavailable after the eviction
72
maxUnavailable: ""
73
74
## list of hosts and IPs that will be injected into the pod's hosts file
0 commit comments