mirror of
https://github.com/plausible/hosting.git
synced 2025-07-07 12:37:30 -05:00
Add PodDisruptionBudget
This commit is contained in:
@ -123,6 +123,11 @@ autoscaling:
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
podDisruptionBudget:
|
||||
enabled: false
|
||||
minAvailable: 1
|
||||
# maxUnavailable: 3
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
Reference in New Issue
Block a user