forked from uber/kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.yaml
47 lines (42 loc) · 912 Bytes
/
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
extends: base.yaml
backends:
- namespace: library/.*
backend:
registry_blob:
address: index.docker.io
security:
basic:
username: ""
password: ""
- namespace: .*
backend:
testfs:
addr: host.docker.internal:14000
root: blobs
name_path: identity
cluster:
static:
- host.docker.internal:15002
hashring:
max_replica: 2
writeback:
retry_interval: 100ms
poll_retries_interval: 250ms
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