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] 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: