maubot: add fedoramessaging cert secrets volumes

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-11 19:42:18 +10:00
parent ecdf86aecc
commit 6ff22c7f9b

View file

@ -39,6 +39,15 @@ spec:
- name: fedora-messaging-config-volume
mountPath: /etc/fedora-messaging/
readOnly: true
- name: fedora-messaging-ca-volume
mountPath: /etc/pki/rabbitmq/ca
readOnly: true
- name: fedora-messaging-key-volume
mountPath: /etc/pki/rabbitmq/key
readOnly: true
- name: fedora-messaging-crt-volume
mountPath: /etc/pki/rabbitmq/crt
readOnly: true
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5
@ -70,6 +79,15 @@ spec:
- name: fedora-messaging-config-volume
configMap:
name: fedora-messaging-configmap
- name: fedora-messaging-ca-volume
secret:
secretName: maubot-fedora-messaging-ca
- name: fedora-messaging-key-volume
secret:
secretName: maubot-fedora-messaging-key
- name: fedora-messaging-crt-volume
secret:
secretName: maubot-fedora-messaging-crt
triggers:
- type: ImageChange
imageChangeParams: