mote: name the fedora messaging config config.toml
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
60b61b6719
commit
64bb7802e5
2 changed files with 2 additions and 4 deletions
|
@ -32,7 +32,7 @@ data:
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "4321048e-0e18-46e4-8722-6651dcdfe953"
|
queue = "4321048e-0e18-46e4-8722-6651dcdfe953"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [ "org.fedoraproject.*.meetbot.meeting.complete" ]
|
routing_keys = [ "org.fedoraproject.{{env_short}}.meetbot.meeting.complete" ]
|
||||||
|
|
||||||
[qos]
|
[qos]
|
||||||
prefetch_size = 0
|
prefetch_size = 0
|
||||||
|
@ -68,4 +68,3 @@ data:
|
||||||
[log_config.root]
|
[log_config.root]
|
||||||
level = "ERROR"
|
level = "ERROR"
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
||||||
|
|
|
@ -32,10 +32,9 @@ spec:
|
||||||
value: RedisCache
|
value: RedisCache
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/fedora-messaging/config.py
|
- mountPath: /etc/fedora-messaging/config.toml
|
||||||
name: fedmsg-config
|
name: fedmsg-config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: config.toml
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue