We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69cfcd commit 9c086f6Copy full SHA for 9c086f6
docs/deployment/bases/redis-sentinel/kustomization.yml
@@ -4,8 +4,7 @@ kind: Kustomization
4
5
resources:
6
- resources/redis-sentinel.yaml
7
+ - resources/redis.pdb.yaml
8
9
patchesStrategicMerge:
10
- patches/redis-node.statefulset.yaml
-
11
-# TODO SECRET
docs/deployment/bases/redis-sentinel/resources/redis.pdb.yaml
@@ -0,0 +1,11 @@
1
+apiVersion: policy/v1
2
+kind: PodDisruptionBudget
3
+metadata:
+ name: redis
+spec:
+ minAvailable: 2
+ selector:
+ matchLabels:
+ app.kubernetes.io/component: node
+ app.kubernetes.io/instance: redis
+ app.kubernetes.io/name: redis
0 commit comments