harbor/conf/registry/config.yml

37 lines
618 B
YAML
Raw Normal View History

2023-12-12 20:16:28 +00:00
version: 0.1
log:
level: info
fields:
service: registry
storage:
cache:
layerinfo: redis
filesystem:
rootdirectory: /storage
maintenance:
uploadpurging:
enabled: false
delete:
enabled: true
redis:
addr: harbor-redis:6379
password:
db: 1
http:
addr: :5000
secret: placeholder
debug:
addr: localhost:5001
auth:
htpasswd:
realm: harbor-registry-basic-realm
path: /etc/registry/passwd
notifications:
endpoints:
- name: harbor
disabled: false
url: http://harbor-core:8080/service/notifications
timeout: 3000ms
threshold: 5
backoff: 1s