Skip to content

Commit

Permalink
Merge branch 'main' into docs/security-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund authored Dec 22, 2023
2 parents 194ff68 + c3da1c7 commit b6850ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
port: 5000
- name: job-monitoring
port: 5002
- name: channest
port: 5003
secrets:
- AzureAd__ClientId
- AzureAd__ClientSecret
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b6850ec

Please sign in to comment.