-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathcr.yaml
46 lines (46 loc) · 1.1 KB
/
cr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
name: test-cluster
namespace: rabbitmq-system
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- test-cluster
topologyKey: kubernetes.io/hostname
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution: null
image: null
imagePullSecrets: null
persistence:
storage: "50Gi"
rabbitmq:
additionalConfig: |
cluster_partition_handling = pause_minority
vm_memory_high_watermark_paging_ratio = 0.99
disk_free_limit.relative = 1.0
collect_statistics_interval = 10000
replicas: 2
resources:
requests:
cpu: 1
memory: 4Gi
limits:
cpu: 1
memory: 4Gi
secretBackend: null
service:
type: ClusterIP
skipPostDeploySteps: false
terminationGracePeriodSeconds: 1024
tls:
caSecretName: null
disableNonTLSListeners: false
secretName: null
tolerations: null