Skip to content

Commit

Permalink
fix: updated notification hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol authored Dec 21, 2023
1 parent 168fdf9 commit 7fa8820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7fa8820

Please sign in to comment.