Fix some names

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-23 10:58:13 +02:00
parent 7c64d97c95
commit d3fdcbe9b6
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -34,7 +34,7 @@ spec:
- name: config
mountPath: "/etc/webhook2fedmsg"
readOnly: true
- name: script
- name: wsgi-script
mountPath: "/opt/app-root/src/deploy"
readOnly: true
- name: fedora-messaging-config
@ -67,7 +67,7 @@ spec:
# path: "/healthz/live"
# port: 8080
volumes:
- name: webhook2fedmsg-config
- name: config
configMap:
name: config
- name: wsgi-script