mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 19:22:08 +01:00
34 lines
647 B
YAML
34 lines
647 B
YAML
|
version: 0.1
|
||
|
log:
|
||
|
level: debug
|
||
|
fields:
|
||
|
service: registry
|
||
|
storage:
|
||
|
cache:
|
||
|
layerinfo: inmemory
|
||
|
filesystem:
|
||
|
rootdirectory: /storage
|
||
|
maintenance:
|
||
|
uploadpurging:
|
||
|
enabled: false
|
||
|
http:
|
||
|
addr: :5000
|
||
|
secret: placeholder
|
||
|
debug:
|
||
|
addr: localhost:5001
|
||
|
auth:
|
||
|
token:
|
||
|
issuer: registry-token-issuer
|
||
|
realm: $ui_url/service/token
|
||
|
rootcertbundle: /etc/registry/root.crt
|
||
|
service: token-service
|
||
|
|
||
|
notifications:
|
||
|
endpoints:
|
||
|
- name: harbor
|
||
|
disabled: false
|
||
|
url: $ui_url/service/notifications
|
||
|
timeout: 500
|
||
|
threshold: 5
|
||
|
backoff: 1000
|