Skip to content

Commit 754d8ad

Browse files
authored
Merge pull request #13 from warpstreamlabs/epot/pdb
Proposes different default values
2 parents 25a6e50 + ae7d70e commit 754d8ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/warpstream-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: warpstream-agent
33
description: WarpStream Agent for Kubernetes.
44
type: application
5-
version: 0.8.0
5+
version: 0.8.1
66
appVersion: v518
77
icon: https://avatars.githubusercontent.com/u/132156278
88
home: https://docs.warpstream.com/warpstream/

charts/warpstream-agent/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ priorityClassName: ""
6666
# Optional disruption budget
6767
pdb:
6868
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: ""
69+
# minimum number of pods that must still be available after the eviction (both integers and percentages are supported)
70+
minAvailable: "50%"
71+
# maximum number of pods that can be unavailable after the eviction (both integers and percentages are supported)
72+
maxUnavailable: 1
7373

7474
## list of hosts and IPs that will be injected into the pod's hosts file
7575
hostAliases: []

0 commit comments

Comments
 (0)