forked from uber/kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.yaml
67 lines (57 loc) · 1.17 KB
/
development.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
extends: base.yaml
backends:
- namespace: library/.*
backend:
registry_tag:
address: index.docker.io
security:
basic:
username: ""
password: ""
- namespace: .*
backend:
testfs:
addr: host.docker.internal:14000
root: tags
name_path: docker_tag
cluster:
hosts:
static:
- host.docker.internal:15004
origin:
hosts:
static:
- host.docker.internal:15002
remotes: {}
tag_replication:
retry_interval: 100ms
poll_retries_interval: 250ms
tag_types:
- namespace: .*
type: docker
root: tags
tag_store:
write_through: false
writeback:
retry_interval: 100ms
poll_retries_interval: 250ms
nginx:
cache_dir: /tmp/kraken-build-index-nginx/
tls:
name: kraken
cas:
- path: /etc/kraken/tls/ca/server.crt
server:
cert:
path: /etc/kraken/tls/ca/server.crt
key:
path: /etc/kraken/tls/ca/server.key
passphrase:
path: /etc/kraken/tls/ca/passphrase
client:
cert:
path: /etc/kraken/tls/client/client.crt
key:
path: /etc/kraken/tls/client/client.key
passphrase:
path: /etc/kraken/tls/client/passphrase