updated for infra
This commit is contained in:
30
infra/registry/config.yml
Normal file
30
infra/registry/config.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
version: 0.1
|
||||
log:
|
||||
level: info
|
||||
|
||||
storage:
|
||||
s3:
|
||||
accesskey: registry
|
||||
secretkey: "88m]6uu:5^B>"
|
||||
bucket: registry
|
||||
region: us-east-1
|
||||
regionendpoint: https://s3.sendico.io
|
||||
secure: true
|
||||
v4auth: true
|
||||
forcepathstyle: true # required for MinIO path-style
|
||||
delete:
|
||||
enabled: true
|
||||
http:
|
||||
addr: :5000
|
||||
|
||||
auth:
|
||||
htpasswd:
|
||||
realm: "Registry Realm"
|
||||
path: /vault/secrets/htpasswd
|
||||
|
||||
health:
|
||||
storagedriver:
|
||||
enabled: true
|
||||
|
||||
monitoring:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user