You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/eso/values.yaml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ eso:
33
33
34
34
bitwarden-sdk-server:
35
35
enabled: false
36
+
namespaceOverride: ""
36
37
37
38
# -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
38
39
revisionHistoryLimit: 10
@@ -281,8 +282,8 @@ eso:
281
282
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
282
283
podDisruptionBudget:
283
284
enabled: false
284
-
minAvailable: 1
285
-
# maxUnavailable: 1
285
+
minAvailable: 1# @schema type:[integer, string]
286
+
# maxUnavailable: "50%"
286
287
287
288
# -- Run the controller on the host network
288
289
hostNetwork: false
@@ -389,8 +390,8 @@ eso:
389
390
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
390
391
podDisruptionBudget:
391
392
enabled: false
392
-
minAvailable: 1
393
-
# maxUnavailable: 1
393
+
minAvailable: 1# @schema type:[integer, string]
394
+
# maxUnavailable: "50%"
394
395
395
396
metrics:
396
397
@@ -525,8 +526,8 @@ eso:
525
526
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
0 commit comments