From 39eb5b2cbe6f677648ffe001110ab5e02a23a2d4 Mon Sep 17 00:00:00 2001 From: Wilhelm Vold <43452613+Sinrefvol@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:45:30 +0100 Subject: [PATCH 1/4] fix: updated notification hooks (#181) --- radixconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 0b0fdf2e..0831a0b5 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -72,7 +72,7 @@ spec: WORKER_FOLDER: "/mnt/azure-storage/worker" ARGS_FOLDER: "/app/args" notifications: - webhook: http://api:5002/api/jobs/status + webhook: http://api:5002/api/internal/jobs/status environmentConfig: - environment: dev volumeMounts: @@ -113,7 +113,7 @@ spec: WORKER_FOLDER: "/mnt/azure-storage/worker" ARGS_FOLDER: "/app/args" notifications: - webhook: http://api:5002/api/jobs/channel-estimation/status + webhook: http://api:5002/api/internal/jobs/channel-estimation/status environmentConfig: - environment: dev volumeMounts: From 01a8e9019a080224862f8615eabf41f908a03175 Mon Sep 17 00:00:00 2001 From: Wilhelm Vold <43452613+Sinrefvol@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:08:47 +0100 Subject: [PATCH 2/4] fix: added another internal port (#182) --- radixconfig.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 0831a0b5..443e649c 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -35,6 +35,8 @@ spec: port: 5000 - name: job-monitoring port: 5002 + - name: channel-estimation + port: 5003 secrets: - AzureAd__ClientId - AzureAd__ClientSecret @@ -113,7 +115,7 @@ spec: WORKER_FOLDER: "/mnt/azure-storage/worker" ARGS_FOLDER: "/app/args" notifications: - webhook: http://api:5002/api/internal/jobs/channel-estimation/status + webhook: http://api:5003/api/internal/jobs/channel-estimation/status environmentConfig: - environment: dev volumeMounts: From 4bbd211bc0bfef1cf2bbd66d52df300bf3582a37 Mon Sep 17 00:00:00 2001 From: Wilhelm Vold <43452613+Sinrefvol@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:13:26 +0100 Subject: [PATCH 3/4] fix:updated port name (#183) --- radixconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 443e649c..6215d07d 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -35,7 +35,7 @@ spec: port: 5000 - name: job-monitoring port: 5002 - - name: channel-estimation + - name: channest port: 5003 secrets: - AzureAd__ClientId From c3da1c7879305dc57ddbab3e5581f1569e2fc1bc Mon Sep 17 00:00:00 2001 From: Wilhelm Vold Date: Fri, 22 Dec 2023 10:20:41 +0100 Subject: [PATCH 4/4] 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: