blob: ee150507c0003a72a70636f3d64123138c417174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
version: 0.1
storage:
delete:
enabled: true
cache:
blobdescriptor: inmemory
filesystem:
rootdirectory: /var/lib/distribution
maintenance:
uploadpurging:
enabled: false
tag:
concurrencylimit: 8
http:
addr: 0.0.0.0:5000
tls:
certificate: /certs/domain.crt
key: /certs/domain.key
debug:
addr: 0.0.0.0:5001
prometheus:
enabled: true
headers:
X-Content-Type-Options: [nosniff]
health:
storagedriver:
enabled: true
interval: 10s
threshold: 3
|