harbor: enable registry notifications
This commit is contained in:
parent
97de9b6d18
commit
89490d5aa5
@ -245,6 +245,17 @@ spec:
|
|||||||
image:
|
image:
|
||||||
repository: registry.bstein.dev/infra/harbor-registry
|
repository: registry.bstein.dev/infra/harbor-registry
|
||||||
tag: v2.14.1-arm64 # {"$imagepolicy": "harbor:harbor-registry:tag"}
|
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:
|
controller:
|
||||||
image:
|
image:
|
||||||
repository: registry.bstein.dev/infra/harbor-registryctl
|
repository: registry.bstein.dev/infra/harbor-registryctl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user