-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathvalues.yaml
More file actions
28 lines (26 loc) · 712 Bytes
/
values.yaml
File metadata and controls
28 lines (26 loc) · 712 Bytes
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
image:
repository: rabbitmq
tag: 4.2.5-management-alpine
infisical-secret:
name: rabbitmq
users:
- configMapRef: faf-lobby-server
secretRef: faf-lobby-server
usernameKey: MQ_USER
passwordKey: MQ_PASSWORD
- configMapRef: faf-api
secretRef: faf-api
usernameKey: RABBIT_USERNAME
passwordKey: RABBIT_PASSWORD
- configMapRef: faf-league-service
secretRef: faf-league-service
usernameKey: MQ_USER
passwordKey: MQ_PASSWORD
- configMapRef: debezium
secretRef: debezium
usernameKey: RABBITMQ_USER
passwordKey: RABBITMQ_PASSWORD
- configMapRef: faf-icebreaker
secretRef: faf-icebreaker
usernameKey: RABBITMQ_USER
passwordKey: RABBITMQ_PASSWORD