Skip to content

Commit

Permalink
fix(events): fix harbor-core url to send notifications from registry
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
  • Loading branch information
Jeremie Monsinjon committed Jan 15, 2020
1 parent 0863d3d commit 3783d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/templates/registry/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ health:
threshold: 3
notifications:
endpoints:
- name: harbor
- name: harbor-core
disabled: false
timeout: 3000ms
url: {{ printf "http://%s/service/notifications" env.Getenv "CORE_HOSTNAME" | quote }}
url: "http://{{ env.Getenv "CORE_HOSTNAME" }}/service/notifications"
threshold: 5
backoff: 1s
auth:
Expand Down

0 comments on commit 3783d69

Please sign in to comment.