diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index 16b81a8..ed54588 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -245,6 +245,17 @@ spec: image: repository: registry.bstein.dev/infra/harbor-registry tag: v2.14.1-arm64 # {"$imagepolicy": "harbor:harbor-registry:tag"} + extraEnvVars: + - 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 controller: image: repository: registry.bstein.dev/infra/harbor-registryctl