-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathvalues.yaml
More file actions
400 lines (362 loc) 路 8.63 KB
/
Copy pathvalues.yaml
File metadata and controls
400 lines (362 loc) 路 8.63 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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
planeVersion: v1.17.0
dockerRegistry:
enabled: false
registry: 'index.docker.io/v1/'
loginid: ''
password: ''
license:
licenseServer: https://prime.plane.so
licenseDomain: 'plane.example.com'
airgapped:
enabled: false
# The boto module used by API does not use the CA bundles in the container, so we need to
# mount the CA bundle into the API pod by passing it in as an environment
# variable. Should be the full path to the CA bundle file, e.g.
#
s3SecretName: ""
s3SecretKey: ""
ingress:
enabled: true
minioHost: ''
rabbitmqHost: ''
ingressClass: 'nginx'
ingress_annotations: { "nginx.ingress.kubernetes.io/proxy-body-size": "5m" }
ssl:
tls_secret_name: '' # If you have a custom TLS secret name
# If you want to use Let's Encrypt, set createIssuer and generateCerts to true
createIssuer: false
issuer: http # Allowed : cloudflare, digitalocean, http
token: '' # not required for http
server: https://acme-v02.api.letsencrypt.org/directory
email: plane@example.com
generateCerts: false
services:
redis:
local_setup: true
image: valkey/valkey:7.2.11-alpine
servicePort: 6379
volumeSize: 500Mi
pullPolicy: IfNotPresent
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
postgres:
local_setup: true
image: postgres:15.7-alpine
servicePort: 5432
volumeSize: 2Gi
pullPolicy: IfNotPresent
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
rabbitmq:
local_setup: true
image: rabbitmq:3.13.6-management-alpine
servicePort: 5672
managementPort: 15672
volumeSize: 100Mi
pullPolicy: IfNotPresent
default_user: plane
default_password: plane
external_rabbitmq_url: ''
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
minio:
local_setup: true
image: minio/minio:latest
image_mc: minio/mc:latest
image_busybox: busybox
volumeSize: 3Gi
pullPolicy: IfNotPresent
root_user: admin
root_password: password
assign_cluster_ip: false
env:
minio_endpoint_ssl: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
iframely:
enabled: false
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/iframely:v1.2.0
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
web:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/web-commercial
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
monitor:
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/monitor-commercial
pullPolicy: Always
volumeSize: 100Mi
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
space:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/space-commercial
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
admin:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/admin-commercial
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
live:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/live-commercial
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
api:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/backend-commercial
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
worker:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
beatworker:
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
silo:
enabled: true
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/silo-commercial
image_busybox: busybox
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
connectors:
slack:
enabled: false
client_id: ''
client_secret: ''
github:
enabled: false
client_id: ''
client_secret: ''
app_name: ''
app_id: ''
private_key: ''
gitlab:
enabled: false
client_id: ''
client_secret: ''
email_service:
enabled: false
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
image: artifacts.plane.so/makeplane/email-commercial
pullPolicy: Always
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
outbox_poller:
enabled: false
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
automation_consumer:
enabled: false
replicas: 1
memoryLimit: 1000Mi
cpuLimit: 500m
memoryRequest: 50Mi
cpuRequest: 50m
pullPolicy: Always
assign_cluster_ip: false
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
external_secrets:
# Name of the existing Kubernetes Secret resource; see README for more details
rabbitmq_existingSecret: ''
pgdb_existingSecret: ''
doc_store_existingSecret: ''
app_env_existingSecret: ''
live_env_existingSecret: ''
silo_env_existingSecret: ''
env:
storageClass: ''
# REDIS
remote_redis_url: '' #INCASE OF REMOTE REDIS ONLY
# POSTGRES DB VALUES
pgdb_username: plane
pgdb_password: plane
pgdb_name: plane
pgdb_remote_url: '' #INCASE OF REMOTE PG DB URL ONLY
# DATA STORE
docstore_bucket: uploads
doc_upload_size_limit: '5242880' # 5MB
# REQUIRED IF MINIO LOCAL SETUP IS FALSE
aws_access_key: ''
aws_secret_access_key: ''
aws_region: ''
aws_s3_endpoint_url: ''
use_storage_proxy: false
secret_key: "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
api_key_rate_limit: "60/minute"
sentry_dsn: ''
sentry_environment: ''
cors_allowed_origins: ''
instance_admin_email: ''
live_sentry_dsn: ""
live_sentry_environment: ""
live_sentry_traces_sample_rate: ""
live_server_secret_key: "htbqvBJAgpm9bzvf3r4urJer0ENReatceh"
external_iframely_url: ""
silo_envs:
sentry_dsn: ''
sentry_environment: ''
sentry_traces_sample_rate: ''
batch_size: 100
mq_prefetch_count: 1
request_interval: 400
hmac_secret_key: ''
aes_secret_key: 'dsOdt7YrvxsTIFJ37pOaEVvLxN8KGBCr'
cors_allowed_origins: ''
email_service_envs:
smtp_domain: ''
outbox_poller_envs:
memory_limit_mb: 400
interval_min: 0.25
interval_max: 2
batch_size: 250
memory_check_interval: 30
pool:
size: 4
min_size: 2
max_size: 10
timeout: 30.0
max_idle: 300.0
max_lifetime: 3600
reconnect_timeout: 5.0
health_check_interval: 60
automation_consumer_envs:
event_stream_queue_name: "plane.event_stream.automations"
event_stream_prefetch: 10
exchange_name: "plane.event_stream"
event_types: "issue"
# Global extra environment variables that will be applied to all workloads
extraEnv: []
# - name: HTTP_PROXY
# value: "http://proxy.example.com:8080"
# - name: HTTPS_PROXY
# value: "http://proxy.example.com:8080"
# - name: NO_PROXY
# value: "localhost,127.0.0.1,.example.com"