-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
124 lines (100 loc) · 1.76 KB
/
values.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
image:
registry: gitlab.desy.de:5555
repository: dcache/dcache
tag: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
pullPolicy: IfNotPresent
dcache:
door:
enabled: true
hsm:
enabled: false
pools:
- a
- b
- c
cell:
tunnel: 11111
#
# Zookeeper to use
#
zookeeper:
servers: cells-zookeeper:2181
kafka:
enabled: true
bootstrap_servers: billing-kafka:9092
# liveness, readiness and startup probes
# dCache containers' liveness probe.
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
# dCache containers' readiness probe.
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
# dCache containers' startup probe.
startupProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 15
successThreshold: 1
#
# dCache doors/services
#
services:
nfs:
enabled: true
port: 2049
dcap:
enabled: true
port: 22125
dcapg:
enabled: true
port: 22128
xrootd:
enabled: true
port: 1094
xrootdg:
enabled: true
port: 1095
webdav:
enabled: true
port: 8080
webdavs:
enabled: true
port: 8083
srm:
enabled: true
port: 8443
gridftp:
enabled: true
port: 2811
sshAdmin:
enabled: true
port: 22224
frontend:
enabled: true
port: 3880
frontends:
enabled: true
port: 3881
mover:
nfs: 32049
xrootd: 31094
http: 38080
https: 38083
wan_range_min: 28000
wan_range_max: 28050