Ajouter conf/registry/config.yml

This commit is contained in:
Olivier 2023-12-12 21:16:28 +01:00
parent 4da27b93b7
commit 5b443c4846

36
conf/registry/config.yml Normal file
View File

@ -0,0 +1,36 @@
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