-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy pathvalues.yaml
More file actions
552 lines (552 loc) · 16.5 KB
/
values.yaml
File metadata and controls
552 lines (552 loc) · 16.5 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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
nameOverride: ""
fullnameOverride: ""
# Chart debug mode
# (eg. disable helm hook delete policy)
debug: false
imagePullSecrets: []
# Custom Service account management
serviceAccount:
# Whether to create service account or not
create: false
# Name of the service account.
# Uses `name` if set.
# If `create: true` defaults to temporal.fullname, otherwise uses the namespace's default serviceAccount.
name:
# extraAnnotations would let users add additional annotations
extraAnnotations:
additionalAnnotations: {}
additionalLabels: {}
# Array of extra K8s manifests to deploy
extraObjects: []
server:
enabled: true
image:
repository: temporalio/server
tag: 1.30.3
pullPolicy: IfNotPresent
# Global default settings (can be overridden per service)
replicaCount: 1
readinessProbe: {}
metrics:
# Annotate pods and services directly with the following Prometheus annotations.
# prometheus.io/job
# prometheus.io/port
# prometheus.io/scheme
# prometheus.io/scrape
annotations:
enabled: true
# Enable Prometheus ServiceMonitor
# Use this if you installed the Prometheus Operator (https://github.com/coreos/prometheus-operator).
serviceMonitor:
enabled: false
interval: 30s
# Set additional lables to all the ServiceMonitor resources
additionalLabels: {}
# label1: value1
# label2: value2
# Set Prometheus metric_relabel_configs via ServiceMonitor
# Use metricRelabelings to adjust metric and label names as needed
metricRelabelings: []
# - action: replace
# sourceLabels:
# - exported_namespace
# targetLabel: temporal_namespace
# - action: replace
# regex: service_errors_(.+)
# replacement: ${1}
# sourceLabels:
# - __name__
# targetLabel: temporal_error_kind
# - action: replace
# regex: service_errors_.+
# replacement: temporal_service_errors
# sourceLabels:
# - __name__
# targetLabel: __name__
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
secretLabels: {}
secretAnnotations: {}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
minReadySeconds: 0
terminationGracePeriodSeconds: null
additionalVolumes: []
additionalVolumeMounts: []
additionalEnv: []
additionalEnvSecretName: ""
additionalEnvConfigMapName: ""
# for sidecar containers, add containers here with restartPolicy: Always
additionalInitContainers: []
securityContext:
fsGroup: 1000
runAsUser: 1000
config:
logLevel: "debug,info"
# Define your TLS configuration here. See https://docs.temporal.io/references/configuration#tls
# for configuration options. You must also use `server.additionalVolumeMounts` and `server.additionalVolumes`
# to mount certificates (from Secret or ConfigMap etc) to the path you use below.
# tls:
# internode:
# server:
# certFile: /path/to/internode/cert/file
# keyFile: /path/to/internode/key/file
# requireClientAuth: true
# clientCaFiles:
# - /path/to/internode/serverCa
# client:
# serverName: dnsSanInInternodeCertificate
# rootCaFiles:
# - /path/to/internode/serverCa
# frontend:
# server:
# certFile: /path/to/frontend/cert/file
# keyFile: /path/to/frontend/key/file
# requireClientAuth: true
# clientCaFiles:
# - /path/to/internode/serverCa
# - /path/to/sdkClientPool1/ca
# - /path/to/sdkClientPool2/ca
# client:
# serverName: dnsSanInFrontendCertificate
# rootCaFiles:
# - /path/to/frontend/serverCa
# Define your Authorizer and ClaimMapper configuration here. See https://docs.temporal.io/self-hosted-guide/security#authorization
# authorization:
# jwtKeyProvider:
# keySourceURIs:
# - http://localhost:/jwks.json
# refreshInterval: 1m
# permissionsClaimName: permissions
# authorizer: default
# claimMapper: default
persistence:
defaultStore: default
visibilityStore: visibility
# Important: numHistoryShards cannot be changed after the initial deployment.
numHistoryShards: 512
# Persistence configuration follows the raw Temporal server config format.
# Driver is determined by which top-level key is present (cassandra vs sql).
# For SQL stores, you can use either connectAddr: "host:port" or separate host/port fields.
# Helm-specific fields (existingSecret, secretKey) are stripped before rendering to server config.
datastores:
default:
# Example SQL configuration:
# sql:
# createDatabase: false
# manageSchema: false
# pluginName: mysql8 # or postgres12, postgres12_pgx
# driverName: mysql8
# databaseName: temporal
# connectAddr: "mysql.example.com:3306" # preferred format
# connectProtocol: "tcp"
# # OR use separate host/port:
# # host: mysql.example.com
# # port: 3306
# user: temporal_user
# password: "" # optional, use existingSecret instead
# existingSecret: temporal-db-secret # Helm-specific, stripped before rendering
# secretKey: password # Helm-specific, default: password
# maxConns: 20
# maxIdleConns: 20
# maxConnLifetime: "1h"
# connectAttributes:
# tx_isolation: "READ-COMMITTED"
# tls:
# enabled: true
# caFile: /path/to/ca.pem
# Example Cassandra configuration:
# cassandra:
# createDatabase: false
# manageSchema: false
# hosts: "host1,host2"
# port: 9042
# keyspace: temporal
# user: cassandra_user
# password: "" # optional, use existingSecret instead
# existingSecret: temporal-cassandra-secret
# secretKey: password
# replicationFactor: 3
# consistency:
# default:
# consistency: "local_quorum"
# serialConsistency: "local_serial"
visibility:
# Example SQL configuration (same structure as default.sql):
# sql:
# createDatabase: false
# manageSchema: false
# pluginName: mysql8
# driverName: mysql8
# databaseName: temporal_visibility
# connectAddr: "mysql.example.com:3306"
# connectProtocol: "tcp"
# user: temporal_user
# existingSecret: temporal-db-secret
# secretKey: password
# Example Elasticsearch configuration:
# elasticsearch:
# version: v7
# url:
# scheme: http
# host: "elasticsearch:9200"
# username: ""
# password: ""
# existingSecret: temporal-es-secret
# secretKey: password
# # Skip applying cluster-wide settings (action.auto_create_index) during schema setup.
# # Useful when sharing an ES cluster with other services that need auto-index creation.
# skipClusterSettings: false
# logLevel: error
# indices:
# visibility: temporal_visibility_v1
# tls:
# enabled: true
# caFile: /path/to/ca.crt
# certFile: /path/to/client.crt
# keyFile: /path/to/client.key
# serverName: elasticsearch.internal
# enableHostVerification: true
# aws-request-signing:
# credentialProvider: environment # static, environment, or aws-sdk-default
# region: us-east-1
# static:
# accessKeyID: ""
# secretAccessKey: ""
# token: ""
# Additional stores can be added here and will pass through directly
# archive:
# sql:
# pluginName: postgres12
# ...
metrics:
# Additional tags to be added to Prometheus metrics
tags: {}
# ... All other fields from https://github.com/temporalio/temporal/blob/main/common/metrics/config.go
# excludeTags: {}
# prefix: ""
# etc.
prometheus:
timerType: histogram
listenAddress: "0.0.0.0:9090"
namespaces:
# Enable this to create namespaces
create: false
namespace:
- name: default
retention: 3d
frontend:
enabled: true
service:
# Evaluated as template
annotations: {}
type: ClusterIP
port: 7233
appProtocol: tcp
membershipPort: 6933
membershipAppProtocol: tcp
httpPort: 7243
httpAppProtocol: http
readinessProbe:
grpc:
port: 7233
service: temporal.api.workflowservice.v1.WorkflowService
ingress:
enabled: false
# className:
annotations: {}
# kubernetes.io/ingress.class: traefik
# ingress.kubernetes.io/ssl-redirect: "false"
# traefik.frontend.rule.type: PathPrefix
hosts:
- "/"
# - "domain.com/xyz"
# - "domain.com"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
metrics:
annotations:
enabled: true
serviceMonitor: {}
# enabled: false
prometheus: {}
# timerType: histogram
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
serviceLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
internal-frontend:
# Enable this to create internal-frontend
enabled: false
service:
# Evaluated as template
annotations: {}
type: ClusterIP
port: 7236
appProtocol: tcp
membershipPort: 6936
membershipAppProtocol: tcp
httpPort: 7246
httpAppProtocol: http
readinessProbe:
grpc:
port: 7236
service: temporal.api.workflowservice.v1.WorkflowService
metrics:
annotations:
enabled: true
serviceMonitor: {}
# enabled: false
prometheus: {}
# timerType: histogram
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
serviceLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
history:
enabled: true
service:
# type: ClusterIP
port: 7234
appProtocol: tcp
membershipPort: 6934
membershipAppProtocol: tcp
readinessProbe: {}
metrics:
annotations:
enabled: true
serviceMonitor: {}
# enabled: false
prometheus: {}
# timerType: histogram
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
serviceLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
matching:
enabled: true
service:
# type: ClusterIP
port: 7235
appProtocol: tcp
membershipPort: 6935
membershipAppProtocol: tcp
readinessProbe: {}
metrics:
annotations:
enabled: true
serviceMonitor: {}
# enabled: false
prometheus: {}
# timerType: histogram
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
serviceLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
worker:
enabled: true
service:
# type: ClusterIP
port: 7239
appProtocol: tcp
membershipPort: 6939
membershipAppProtocol: tcp
readinessProbe: {}
metrics:
annotations:
enabled: true
serviceMonitor: {}
# enabled: false
prometheus: {}
# timerType: histogram
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
serviceLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: "1.30.3"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 22
annotations: {}
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podLabels: {}
podAnnotations: {}
nodeSelector: {}
tolerations: []
affinity: {}
additionalVolumes: []
additionalVolumeMounts: []
additionalEnv: []
additionalEnvSecretName: ""
additionalEnvConfigMapName: ""
# for sidecar containers, add containers here with restartPolicy: Always
additionalInitContainers: []
resources: {}
containerSecurityContext: {}
securityContext: {}
minReadySeconds: 0
podDisruptionBudget: {}
web:
# additionalInitContainers: []
enabled: true
replicaCount: 1
image:
repository: temporalio/ui
tag: 2.48.1
pullPolicy: IfNotPresent
service:
# set type to NodePort if access to web needs access from outside the cluster
# for more info see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: ClusterIP
# The below clusterIP setting can be set to "None" to make the temporal-web service headless.
# Note that this requires the web.service.type to be the default ClusterIP value.
# clusterIP:
port: 8080
appProtocol: http
annotations: {}
# loadBalancerIP:
readinessProbe:
initialDelaySeconds: 10
httpGet:
path: /healthz
port: http
ingress:
enabled: false
# className:
annotations: {}
# kubernetes.io/ingress.class: traefik
# ingress.kubernetes.io/ssl-redirect: "false"
# traefik.frontend.rule.type: PathPrefix
hosts:
- "/"
# - "domain.com/xyz"
# - "domain.com"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
deploymentLabels: {}
deploymentAnnotations: {}
deploymentStrategy: {}
podAnnotations: {}
podLabels: {}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
additionalVolumes: []
additionalVolumeMounts: []
# Adjust Web UI config with environment variables:
# https://docs.temporal.io/references/web-ui-environment-variables
additionalEnv: []
additionalEnvSecretName: ""
additionalEnvConfigMapName: ""
containerSecurityContext: {}
securityContext: {}
topologySpreadConstraints: []
minReadySeconds: 0
podDisruptionBudget: {}
schema:
# Use Helm hooks to ensure schema setup completes before server pods start.
# Set to false if using Flux, Rancher or Terraform.
useHelmHooks: true
backoffLimit: 100
ttlSecondsAfterFinished: 86400
jobAnnotations: {}
podAnnotations: {}
podLabels: {}
resources: {}
containerSecurityContext: {}
securityContext: {}
shims:
# Enable compatibility with Temporal 1.29 images. Set to false if using Temporal 1.30 or higher.
dockerize: true
# Enable compatibility with Temporal 1.29 images. Set to false if using Temporal 1.30 or higher.
elasticsearchTool: true
test:
podAnnotations: {}
resources: {}