-
Notifications
You must be signed in to change notification settings - Fork 6
/
values.yaml
330 lines (327 loc) · 6.62 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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
multiNodeDeployment: true
replicas: 2
clusterDomain: cluster.local
# For security you are strongly encouraged to set your
# own secretKey. This is used for encrypting passwords and
# interview answers. The secretKey must be exactly this
# long: |--------------------------------|
secretKey: JmjajLcAXLvOGkDkbQKAEgIczAlPbfBo
#daConfiguration:
# appname: Legal Helper
# brandname: Legal Helper Application
# allow demo: false
# debug: false
daAllowUpdates: true
syslogNgVersion: "3.35"
pythonVersion: "3.10"
texliveVersion: "2021"
supervisor:
username: user
password: abc123abc123
sslCertificate: ""
sslKey: ""
bashImage:
registry: docker.io
repository: bash
tag: 5.2.15
pullPolicy: IfNotPresent
busyboxImage:
registry: docker.io
repository: busybox
tag: 1.36.1
pullPolicy: IfNotPresent
timeZone: America/New_York
#locale: en_US.UTF-8 UTF-8
daImage:
registry: docker.io
repository: jhpyle/docassemble
tag: latest
pullPolicy: Always
daMonitorImage:
registry: docker.io
repository: jhpyle/docassemble-monitor
tag: latest
pullPolicy: Always
albImage:
registry: docker.io
repository: amazon/aws-alb-ingress-controller
tag: v2.4.5
pullPolicy: IfNotPresent
daHostname: localhost
maxBodySize: 16m
usingSslTermination: true
useHttps: false
redirectHttp: true
exposeWebsockets: true
inClusterNGINX: true
webAppServiceType: ClusterIP
resources:
backend:
requests:
memory: 1Gi
cpu: 200m
limits:
memory: 3Gi
cpu: 4
deployment:
requests:
memory: 2Gi
cpu: 200m
limits:
memory: 4Gi
cpu: 4
monitor:
requests:
memory: 100Mi
cpu: 10m
limits:
memory: 200Mi
cpu: 125m
#inClusterNGINXClusterIssuer: null
inClusterMinio: true
inClusterPostgres: true
inClusterRedis: true
inClusterRabbitMQ: true
inClusterGotenberg: true
s3:
enable: false
bucket: docassemble-bucket
#accessKey: null
#secretKey: null
azure:
enable: false
#accountName: null
#accountKey: null
#container: null
#amqpURL: null
#redisURL: null
db:
#host: null
#name: docassemble
#user: docassemble
#password: abc123
backup: false
#port: 5432
#tablePrefix: null
#prefix: postgresql+psycopg2://
rabbitmq:
clusterDomain: cluster.local
volumePermissions:
enabled: true
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r48
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.12.4-debian-11-r0
debug: true
auth:
password: abc123
erlangCookie: jmvk83gy7gsbf9kb37gk99hdf2d4jdz
persistence:
size: 2Gi
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
minio:
clusterDomain: cluster.local
persistence:
size: 5Gi
auth:
rootUser: "AKIAIOSFOD"
rootPassword: "wJalrXUtnFEMI/K7MDENG/bPxRfiCY1R23r2wer"
mode: distributed
resources:
requests:
cpu: 128m
memory: 512Mi
limits:
cpu: 1
memory: 2Gi
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2023.7.18-debian-11-r0
pullPolicy: IfNotPresent
image:
registry: docker.io
repository: bitnami/minio
tag: 2023.7.18-debian-11-r0
pullPolicy: IfNotPresent
volumePermissions:
enabled: true
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r48
pullPolicy: IfNotPresent
resources:
requests:
cpu: 128m
memory: 256Mi
limits:
cpu: 1
memory: 1Gi
ingress-nginx:
rbac.create: true
controller:
watchIngressWithoutClass: true
image:
registry: registry.k8s.io
image: ingress-nginx/controller
tag: "v1.8.1"
pullPolicy: IfNotPresent
admissionWebhooks:
patch:
image:
registry: registry.k8s.io
image: ingress-nginx/kube-webhook-certgen
tag: v20230407
pullPolicy: IfNotPresent
replicaCount: 1
nodeSelector:
kubernetes.io/os: linux
publishService:
enabled: true
config:
use-forwarded-headers: "true"
service:
enableHttps: false
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
defaultBackend:
image:
registry: registry.k8s.io
image: defaultbackend-amd64
tag: "1.5"
pullPolicy: IfNotPresent
redis:
clusterDomain: cluster.local
nameOverride: daredis
architecture: standalone
auth:
enabled: true
password: abc123
sentinel: true
master:
terminationGracePeriodSeconds: 120
persistence:
size: 5Gi
resources:
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 100m
memory: 500Mi
livenessProbe:
enabled: false
readinessProbe:
enabled: false
volumePermissions:
enabled: true
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r48
pullPolicy: IfNotPresent
debug: true
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
image:
registry: docker.io
repository: bitnami/redis
tag: 7.2.0-debian-11-r0
pullPolicy: IfNotPresent
debug: true
sysctl:
enabled: true
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r48
pullPolicy: IfNotPresent
debug: true
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
postgresql:
clusterDomain: cluster.local
image:
registry: docker.io
repository: bitnami/postgresql
tag: 15.4.0-debian-11-r10
pullPolicy: IfNotPresent
volumePermissions:
enabled: true
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r48
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
persistence:
size: 5Gi
primary:
service:
type: ClusterIP
ports:
postgresql: 5432
auth:
database: docassemble
username: docassemble
password: abc123
resources:
requests:
memory: 256Mi
cpu: 250m
gotenberg:
image:
registry: docker.io
repository: gotenberg/gotenberg
tag: 7
pullPolicy: IfNotPresent
replicas: 2
resources:
requests:
memory: 512Mi
cpu: 200m
limits:
cpu: 1
memory: 1Gi
# global:
# storageClass: null