-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalues.yaml
More file actions
155 lines (126 loc) · 2.67 KB
/
values.yaml
File metadata and controls
155 lines (126 loc) · 2.67 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
image:
registry: docker.io
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
qos:
enabled: false
spacemanager:
enabled: true
pools:
- a
- b
- c
# extra configuration for dcache.conf, placed before the standard configuration
configExtraPre: |
# custom configuration before other settings
# extra configuration for dcache.conf, placed after the standard configuration
configExtra: |
# extra configuration for layout.conf, placed before the standard layout
layoutExtraPre: |
# custom configuration before other settings
# extra configuration for layout.conf, placed after the standard layout
layoutExtra: |
#
# Extra modules added into /opt/dcache/share/plugins directory
#
plugins:
cta:
enabled: false
package: https://gitlab.desy.de/dcache/dcache-cta/-/package_files/12985/download
endpoint: cta-frontend.some.domain:17017
user: cta-user
group: cta-group
instance: cta-instance
ioport: 1094
cell:
tunnel: 11111
#
# Zookeeper to use
#
zookeeper:
# whether to use dCache-embedded zookeeper
embedded: false
# connection string to external zookeeper servers
servers: cells-zookeeper:2181
# 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