diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index ed54588..e62a522 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -475,6 +475,16 @@ spec: value: /vault/secrets/harbor-registry-env.sh - name: VAULT_COPY_FILES value: /vault/secrets/harbor-registry-htpasswd:/etc/registry/passwd + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_NAME + value: harbor-core + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_URL + value: http://harbor-core:8080/service/notifications + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_TIMEOUT + value: 5s + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_THRESHOLD + value: "5" + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_BACKOFF + value: 1s envFrom: - $patch: replace volumeMounts: