Skip to content

Commit 83deca6

Browse files
fix(rabbitmq): Sets rabbitmq cluster replicas to 3 to match OpenStack helm values
1 parent 23ad8f6 commit 83deca6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
---
12
apiVersion: rabbitmq.com/v1beta1
23
kind: RabbitmqCluster
34
metadata:
45
name: rabbitmq
56
annotations:
67
# do not allow ArgoCD to delete our cluster
78
argocd.argoproj.io/sync-options: Delete=false
9+
spec:
10+
replicas: 3
11+
---
12+
apiVersion: policy/v1
13+
kind: PodDisruptionBudget
14+
metadata:
15+
name: pdb-rabbitmq
16+
spec:
17+
maxUnavailable: 1
18+
selector:
19+
matchLabels:
20+
app.kubernetes.io/name: rabbitmq

0 commit comments

Comments
 (0)