-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrmq-values.yaml
55 lines (48 loc) · 929 Bytes
/
rmq-values.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
47
48
49
50
51
52
53
54
55
image:
registry: "docker.io"
repository: "bitnami/rabbitmq"
tag: "4.0.2-debian-12-r0"
replicaCount: 3
persistence:
enabled: true
size: "10Gi"
storageClass: ""
auth:
username: "waldur"
password: "waldur"
extraPlugins: "rabbitmq_auth_backend_ldap rabbitmq_mqtt rabbitmq_web_mqtt rabbitmq_management"
extraContainerPorts:
- name: mqtt
containerPort: 1883
protocol: TCP
- name: mqtt-websocket
containerPort: 15675
protocol: TCP
service:
extraPorts:
- name: mqtt
protocol: TCP
port: 1883
targetPort: mqtt
- name: mqtt-websocket
protocol: TCP
port: 15675
targetPort: mqtt-websocket
networkPolicy:
extraIngress:
- ports:
- protocol: TCP
containerPort: 1883
port: 1883
- protocol: TCP
containerPort: 15675
port: 15675
resources:
requests:
cpu: 1
memory: 512Mi
limits:
cpu: 2
memory: 1024Mi
clustering:
forceBoot: true