forked from CenterForOpenScience/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
291 lines (241 loc) · 4.98 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
# Default values for lookit.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: quay.io/centerforopenscience/share
tag: develop
pullPolicy: Always
beat:
enabled: true
name: beat
logLevel: DEBUG
resources: {}
#limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
web:
enabled: true
name: web
replicaCount: 1
antiAffinity: soft
budget:
minAvailable: 0
nginx:
image:
repository: nginx
tag: alpine
pullPolicy: Always
resources: {}
#limits:
# cpu: "1"
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
resources: {}
#limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
horizontalPodAutoscaler:
enabled: false
maxReplicas: 3
targetCPUUtilizationPercentage: 90
service:
name: http
type: ClusterIP
externalPort: 8000
internalPort: 80
ingress:
enabled: false
# Used to create Ingress record (should used with service.type: ClusterIP).
hosts:
- chart-example.local
paths:
- /
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: 'true'
tls:
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
certificate:
enabled: false
name: cert
# WORKAROUND: Ingress deploy blocked to GLBC due to race condition w/ missing TLS certificate
# - Issue: https://github.com/jetstack/cert-manager/issues/606
# - PR: https://github.com/kubernetes/ingress-gce/pull/388
tls: true
# issuerRef:
# name: letsencrypt-prod
# kind: ClusterIssuer
# commonName: example.org
# dnsNames:
# - example.org
# - subdomain.example.org
# acmeConfig:
# http01: {}
# # ingress: ''
# domains:
# - example.org
# - subdomain.example.org
env: {}
volumeMounts: []
indexer:
enabled: true
name: indexer
replicaCount: 1
antiAffinity: soft
budget:
minAvailable: 0
resources: {}
#limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
horizontalPodAutoscaler:
enabled: false
maxReplicas: 3
targetCPUUtilizationPercentage: 90
env: {}
volumeMounts: []
worker:
enabled: true
name: worker
replicaCount: 1
antiAffinity: soft
budget:
minAvailable: 0
concurrency: 5
logLevel: INFO
maxTasksPerChild: 5
# queues: ...
resources: {}
#limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
horizontalPodAutoscaler:
enabled: false
maxReplicas: 3
targetCPUUtilizationPercentage: 90
env: {}
volumeMounts: []
migration:
enabled: true
name: migration
resources: {}
#limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
env: {}
volumeMounts: []
configEnvs:
DEBUG: ""
DJANGO_SETTINGS_MODULE: project.settings
ALLOWED_HOSTS: "*"
configFiles: {}
# Override configmap files here (and delete the {} above), e.g.:
#robots.txt: |-
# User-agent: *
# Disallow: /
secretEnvs: {}
# BYPASS_THROTTLE_TOKEN: abc123
secretFiles: {}
# googleAppCreds.json: |-
# ...
# volumeMounts:
# - mountPath: /code/project/settings/local.py
# name: secret-volume
# subPath: local.py
# readOnly: true
# - mountPath: /etc/googleAppCreds.json
# name: secret-volume
# subPath: googleAppCreds.json
# readOnly: true
share-web:
enabled: false
service:
name: shareweb
externalPort: 80
postgresql:
enabled: true
standby:
enabled: false
secrets:
POSTGRES_DB: share
POSTGRES_USER: share
POSTGRES_PASSWORD: share
rabbitmq:
enabled: true
secretEnvs:
RABBITMQ_DEFAULT_USER: guest
RABBITMQ_DEFAULT_PASS: guest
elasticsearch:
enabled: true
image:
repository: docker.elastic.co/elasticsearch/elasticsearch
tag: "5.6.7"
pullPolicy: "Always"
rbac:
enabled: true
plugins:
enabled: true
remove:
- x-pack
cluster:
env:
MINIMUM_MASTER_NODES: "1"
EXPECTED_MASTER_NODES: "1"
RECOVER_AFTER_MASTER_NODES: "1"
tls:
enabled: false
client:
name: client
replicas: 1
serviceType: ClusterIP
heapSize: "128m"
resources: {}
# limits:
# cpu: "1"
# memory: "512Mi"
# requests:
# cpu: "25m"
# memory: "256Mi"
master:
name: master
replicas: 1
heapSize: "128m"
resources: {}
# limits:
# cpu: "1"
# memory: "512Mi"
# requests:
# cpu: "25m"
# memory: "256Mi"
data:
name: data
replicas: 1
heapSize: "1536m"
terminationGracePeriodSeconds: 3600
resources: {}
# limits:
# cpu: "1"
# memory: "512Mi"
# requests:
# cpu: "25m"
# memory: "256Mi"