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