mote: name the fedora messaging config config.toml

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-12 12:51:53 +10:00
parent 60b61b6719
commit 64bb7802e5
2 changed files with 2 additions and 4 deletions

View file

@ -32,7 +32,7 @@ data:
[[bindings]]
queue = "4321048e-0e18-46e4-8722-6651dcdfe953"
exchange = "amq.topic"
routing_keys = [ "org.fedoraproject.*.meetbot.meeting.complete" ]
routing_keys = [ "org.fedoraproject.{{env_short}}.meetbot.meeting.complete" ]
[qos]
prefetch_size = 0
@ -68,4 +68,3 @@ data:
[log_config.root]
level = "ERROR"
handlers = ["console"]

View file

@ -32,10 +32,9 @@ spec:
value: RedisCache
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /etc/fedora-messaging/config.py
- mountPath: /etc/fedora-messaging/config.toml
name: fedmsg-config
readOnly: true
subPath: config.toml
resources:
limits:
cpu: 100m