From c3da1c7879305dc57ddbab3e5581f1569e2fc1bc Mon Sep 17 00:00:00 2001 From: Wilhelm Vold Date: Fri, 22 Dec 2023 10:20:41 +0100 Subject: [PATCH] fix: renamed webhooks --- radixconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 6215d07d..fb03f5dc 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -74,7 +74,7 @@ spec: WORKER_FOLDER: "/mnt/azure-storage/worker" ARGS_FOLDER: "/app/args" notifications: - webhook: http://api:5002/api/internal/jobs/status + webhook: http://api:5002/api/webhooks/nrresqml/status environmentConfig: - environment: dev volumeMounts: @@ -115,7 +115,7 @@ spec: WORKER_FOLDER: "/mnt/azure-storage/worker" ARGS_FOLDER: "/app/args" notifications: - webhook: http://api:5003/api/internal/jobs/channel-estimation/status + webhook: http://api:5003/api/webhooks/channest/status environmentConfig: - environment: dev volumeMounts: