
Note, this does not have complete tests yet (we will need to update the job to start a swift for that). Change-Id: I2ee7a9e4fb503a3431366c16c380cf09327f6050
34 lines
721 B
Django/Jinja
34 lines
721 B
Django/Jinja
version: 0.1
|
|
log:
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
swift:
|
|
username: {{ registry_swift_username }}
|
|
password: {{ registry_swift_password }}
|
|
authurl: {{ registry_swift_authurl }}
|
|
tenant: {{ registry_swift_tenant }}
|
|
region: {{ registry_swift_region }}
|
|
container: {{ registry_swift_container }}
|
|
secretkey: {{ registry_swift_secretkey }}
|
|
delete:
|
|
enabled: true
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
X-Content-Type-Options: [nosniff]
|
|
tls:
|
|
certificate: /certs/domain.crt
|
|
key: /certs/domain.key
|
|
health:
|
|
storagedriver:
|
|
enabled: true
|
|
interval: 10s
|
|
threshold: 3
|
|
auth:
|
|
htpasswd:
|
|
realm: Registry Realm
|
|
path: /auth/htpasswd
|