Planet: Add fedora messaging volumes to cronjob
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
82ba5ab67d
commit
afbd06bfc7
1 changed files with 27 additions and 0 deletions
|
@ -46,6 +46,21 @@ spec:
|
||||||
- name: planet-build-storage
|
- name: planet-build-storage
|
||||||
mountPath: /var/www/html
|
mountPath: /var/www/html
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
- name: fedora-messaging-config-volume
|
||||||
|
mountPath: /etc/fedora-messaging
|
||||||
|
readOnly: true
|
||||||
|
- name: fedora-messaging-ca-volume
|
||||||
|
mountPath: /etc/pki/fedora-messaging/cacert.pem
|
||||||
|
subPath: cacert.pem
|
||||||
|
readOnly: true
|
||||||
|
- name: fedora-messaging-crt-volume
|
||||||
|
mountPath: /etc/pki/fedora-messaging/planet-cert.pem
|
||||||
|
subPath: planet-cert.pem
|
||||||
|
readOnly: true
|
||||||
|
- name: fedora-messaging-key-volume
|
||||||
|
mountPath: /etc/pki/fedora-messaging/planet-key.pem
|
||||||
|
subPath: planet-key.pem
|
||||||
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: keytab-volume
|
- name: keytab-volume
|
||||||
secret:
|
secret:
|
||||||
|
@ -56,6 +71,18 @@ spec:
|
||||||
- name: ipa-config-volume
|
- name: ipa-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: ipa-client-config
|
name: ipa-client-config
|
||||||
|
- name: fedora-messaging-config-volume
|
||||||
|
configMap:
|
||||||
|
name: fedora-messaging-configmap
|
||||||
|
- name: fedora-messaging-ca-volume
|
||||||
|
secret:
|
||||||
|
secretName: planet-fedora-messaging-ca
|
||||||
|
- name: fedora-messaging-crt-volume
|
||||||
|
secret:
|
||||||
|
secretName: planet-fedora-messaging-crt
|
||||||
|
- name: fedora-messaging-key-volume
|
||||||
|
secret:
|
||||||
|
secretName: planet-fedora-messaging-key
|
||||||
- name: planet-build-storage
|
- name: planet-build-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: planet-http-storage
|
claimName: planet-http-storage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue