File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : warpstream-agent
3
3
description : WarpStream Agent for Kubernetes.
4
4
type : application
5
- version : 0.8.0
5
+ version : 0.8.1
6
6
appVersion : v518
7
7
icon : https://avatars.githubusercontent.com/u/132156278
8
8
home : https://docs.warpstream.com/warpstream/
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ priorityClassName: ""
66
66
# Optional disruption budget
67
67
pdb :
68
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 : " "
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
73
73
74
74
# # list of hosts and IPs that will be injected into the pod's hosts file
75
75
hostAliases : []
You can’t perform that action at this time.
0 commit comments