diff --git a/radixconfig.yaml b/radixconfig.yaml index 0b0fdf2e..fb03f5dc 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -35,6 +35,8 @@ spec: port: 5000 - name: job-monitoring port: 5002 + - name: channest + port: 5003 secrets: - AzureAd__ClientId - AzureAd__ClientSecret @@ -72,7 +74,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/webhooks/nrresqml/status environmentConfig: - environment: dev volumeMounts: @@ -113,7 +115,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:5003/api/webhooks/channest/status environmentConfig: - environment: dev volumeMounts: