W2FM: fixup

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

View file

@ -34,7 +34,7 @@ spec:
- name: W2FM_CONFIG
value: "/etc/webhook-to-fedora-messaging/webhook-to-fedora-messaging.cfg"
- name: APP_SCRIPT
value: "uvicorn --host 0.0.0.0 --port 8080 --log-config /etc/webhook-to-fedora-messaging/logging.yaml --factory webhook_to_fedora_messaging.main:create_app"
value: "/opt/app-root/bin/uvicorn --host 0.0.0.0 --port 8080 --log-config /etc/webhook-to-fedora-messaging/logging.yaml --factory webhook_to_fedora_messaging.main:create_app"
ports:
- containerPort: 8080
protocol: TCP