[discourse2fedmsg] fix fedora messaging cert names
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d55a6e96e8
commit
f84e66b4a4
1 changed files with 4 additions and 4 deletions
|
@ -45,12 +45,12 @@ spec:
|
||||||
subPath: cacert.pem
|
subPath: cacert.pem
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedora-messaging-crt-volume
|
- name: fedora-messaging-crt-volume
|
||||||
mountPath: /etc/pki/fedora-messaging/noggin-cert.pem
|
mountPath: /etc/pki/fedora-messaging/discourse2fedmsg-cert.pem
|
||||||
subPath: noggin-cert.pem
|
subPath: discourse2fedmsg-cert.pem
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedora-messaging-key-volume
|
- name: fedora-messaging-key-volume
|
||||||
mountPath: /etc/pki/fedora-messaging/noggin-key.pem
|
mountPath: /etc/pki/fedora-messaging/discourse2fedmsg-key.pem
|
||||||
subPath: noggin-key.pem
|
subPath: discourse2fedmsg-key.pem
|
||||||
readOnly: true
|
readOnly: true
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue