Skip to content

Commit e31bda9

Browse files
authored
Merge pull request #135 from phoenix-bjoern/fix-pdb
PodDisruptionBudget invalid
2 parents fab316f + b6ba99a commit e31bda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imgproxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ resources:
222222
podDisruptionBudget:
223223
enabled: true
224224
minAvailable: 0
225-
maxUnavailable: 0
225+
maxUnavailable: 1
226226

227227
pod:
228228
annotations: {}

0 commit comments

Comments
 (0)