Browse Source

set default values

Muhammad Soliman 4 years ago
parent
commit
30f365a1e0
1 changed files with 17 additions and 0 deletions
  1. 17 0
      deploy/charts/external-secrets/values.yaml

+ 17 - 0
deploy/charts/external-secrets/values.yaml

@@ -120,6 +120,12 @@ affinity: {}
 # -- Pod priority class name.
 # -- Pod priority class name.
 priorityClassName: ""
 priorityClassName: ""
 
 
+# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
+podDisruptionBudget:
+  enabled: false 
+  minAvailable: 1
+  # maxUnavailable: 1
+
 webhook:
 webhook:
   # -- Specifies whether a webhook deployment be created.
   # -- Specifies whether a webhook deployment be created.
   create: true
   create: true
@@ -160,6 +166,11 @@ webhook:
     # -- Pod priority class name.
     # -- Pod priority class name.
   priorityClassName: ""
   priorityClassName: ""
 
 
+  # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
+  podDisruptionBudget:
+    enabled: false 
+    minAvailable: 1
+    # maxUnavailable: 1
   prometheus:
   prometheus:
     # -- deprecated. will be removed with 0.7.0, use serviceMonitor instead
     # -- deprecated. will be removed with 0.7.0, use serviceMonitor instead
     enabled: false
     enabled: false
@@ -244,6 +255,12 @@ certController:
     # -- Pod priority class name.
     # -- Pod priority class name.
   priorityClassName: ""
   priorityClassName: ""
 
 
+  # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
+  podDisruptionBudget:
+    enabled: false 
+    minAvailable: 1
+    # maxUnavailable: 1
+
   prometheus:
   prometheus:
     # -- deprecated. will be removed with 0.7.0, use serviceMonitor instead
     # -- deprecated. will be removed with 0.7.0, use serviceMonitor instead
     enabled: false
     enabled: false