-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy pathvalues.yaml
More file actions
483 lines (462 loc) · 13 KB
/
values.yaml
File metadata and controls
483 lines (462 loc) · 13 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
# Default values for jaeger.
# This is a YAML-formatted file.
# Jaeger values are grouped by component. Cassandra values override subchart values
# User provided ui config: see https://www.jaegertracing.io/docs/latest/deployment/frontend-ui/#configuration for more examples and settings
uiconfig:
# {
# "dependencies": {
# "dagMaxNumServices": 200,
# "menuEnabled": true
# },
# "monitor": {
# "menuEnabled": true
# },
# "themes": {
# "enabled": true
# },
# "archiveEnabled": true,
# "tracking": {
# "gaID": "UA-000000-2",
# "trackErrors": true
# },
# "menu": [
# {
# "label": "About Jaeger",
# "items": [
# {
# "label": "GitHub",
# "url": "https://github.com/jaegertracing/jaeger"
# },
# {
# "label": "Docs",
# "url": "https://www.jaegertracing.io/docs/latest/"
# }
# ]
# }
# ],
# "search": {
# "maxLookback": {
# "label": "2 Days",
# "value": "2d"
# },
# "maxLimit": 1500
# },
# "linkPatterns": [{
# "type": "process",
# "key": "jaeger.version",
# "url": "https://github.com/jaegertracing/jaeger-client-java/releases/tag/#{jaeger.version}",
# "text": "Information about Jaeger release #{jaeger.version}"
# },
# {
# "type": "tags",
# "key": "uniqueId",
# "url": "https://mykibana.com/uniqueId=#{uniqueId}&traceId=#{trace.traceID}",
# "text": "Redirect to kibana to view log"
# },
# {
# "type": "traces",
# "url": "https://my-logs.server?from=#{startTime | add -60000000 | epoch_micros_to_date_iso}&to=#{endTime | add 60000000 | epoch_micros_to_date_iso}'",
# "text": "Redirect to kibana to view log with formatted dates"
# }],
# "traceIdDisplayLength": 20,
# "criticalPathEnabled": true,
# "topTagPrefixes": ["http.", "db."]
# }
# User provided config to override the config completely
# There are several examples at https://github.com/jaegertracing/jaeger/tree/main/cmd/jaeger
userconfig:
# service:
# extensions: [jaeger_storage, jaeger_query, healthcheckv2]
# pipelines:
# traces:
# receivers: [otlp]
# #processors: [batch]
# exporters: [jaeger_storage_exporter]
# telemetry:
# resource:
# service.name: jaeger
# metrics:
# level: detailed
# readers:
# - pull:
# exporter:
# prometheus:
# host: 0.0.0.0
# port: 8888
# extensions:
# healthcheckv2:
# use_v2: true
# http:
# endpoint: 0.0.0.0:13133
# jaeger_query:
# base_path: /jaeger
# storage:
# traces: primary_store
# traces_archive: archive_store
# ui:
# config_file: /etc/jaeger/ui-config.json
# jaeger_storage:
# backends:
# primary_store:
# elasticsearch:
# server_urls: ["http://jaeger-elasticsearch-es-jaeger:9200"]
# auth:
# basic:
# # these values are currently from elasticsearch-auth-user-admin
# username: admin
# password: password
# archive_store:
# elasticsearch:
# server_urls: ["http://jaeger-elasticsearch-es-jaeger:9200"]
# auth:
# basic:
# # these values are currently from elasticsearch-auth-user-admin
# username: admin
# password: password
# receivers:
# otlp:
# protocols:
# grpc:
# endpoint: 0.0.0.0:4317
# http:
# endpoint: 0.0.0.0:4318
# exporters:
# jaeger_storage_exporter:
# trace_storage: primary_store
global:
imageRegistry:
networkPolicy:
enabled: false
# Overrides the image tag where default is the chart appVersion.
tag: ""
nameOverride: ""
fullnameOverride: ""
# Labels to add to all deployed resources
commonLabels: {}
# Annotations to add to all resources
commonAnnotations: {}
# ------------------------------------------------------------------------------
# Jaeger Deployment Settings
# https://github.com/jaegertracing/jaeger/blob/main/cmd/jaeger/Dockerfile
# https://github.com/jaegertracing/jaeger/blob/main/cmd/jaeger/config.yaml
# ------------------------------------------------------------------------------
jaeger:
enabled: true
replicas: 1
image:
registry: ""
repository: jaegertracing/jaeger
tag: ""
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
extraEnv: []
# - name: OTEL_TRACES_SAMPLER
# value: "always_off"
# command line arguments / CLI flags
# See https://www.jaegertracing.io/docs/cli/
args: []
serviceAccount:
annotations: {}
automountServiceAccountToken: true
service:
labels: {}
annotations: {}
extraPorts: []
# - name: name
# port:
# targetPort:
# protocol: (optional)
ingress:
enabled: false
# For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx
annotations: {}
labels: {}
# Used to create an Ingress record.
# hosts:
# - chart-example.local
# annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# labels:
# app: jaeger
# tls:
# # Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
pathType:
# resources:
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 256m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
topologySpreadContraints: []
podSecurityContext:
runAsUser: 10001
runAsGroup: 10001
fsGroup: 10001
securityContext: {}
# ------------------------------------------------------------------------------
# Storage Connection Settings
# ------------------------------------------------------------------------------
# These settings configure spark and es-maintenance templates.
# ------------------------------------------------------------------------------
storage:
# allowed values (cassandra, elasticsearch)
type: elasticsearch
# Cassandra connection settings (for external Cassandra or customizing provisioned)
cassandra:
host: cassandra
port: 9042
tls:
enabled: false
secretName: cassandra-tls-secret
user: user
usePassword: true
password: password
keyspace: jaeger_v1_test
## Use existing secret (ignores previous password)
# existingSecret:
## Cassandra related env vars to be configured on the concerned components
extraEnv: []
# - name: CASSANDRA_SERVERS
# value: cassandra
# - name: CASSANDRA_PORT
# value: "9042"
# - name: CASSANDRA_KEYSPACE
# value: jaeger_v1_test
# - name: CASSANDRA_TLS_ENABLED
# value: "false"
## Cassandra related cmd line opts to be configured on the concerned components
cmdlineParams: {}
# cassandra.servers: cassandra
# cassandra.port: 9042
# cassandra.keyspace: jaeger_v1_test
# cassandra.tls.enabled: "false"
# Elasticsearch connection settings
# NOTE: In Jaeger v2, Elasticsearch is configured directly in config.extensions.jaeger_storage
# (see the 'config' section at the top of this file). The settings below are only used by
# the ES maintenance jobs (esIndexCleaner, esRollover, esLookback) via the elasticsearch.env helper.
elasticsearch:
tls:
enabled: false
secretName: ""
mountPath: ""
subPath: ""
url: http://elasticsearch-master:9200
# user: elastic
# password: changeme
# https://github.com/jaegertracing/spark-dependencies
spark:
enabled: false
securityContext: {}
podSecurityContext: {}
annotations: {}
image:
registry: ""
repository: jaegertracing/spark-dependencies
tag: latest
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
cmdlineParams: {}
# spark env var values at
# https://github.com/jaegertracing/spark-dependencies/blob/main/jaeger-spark-dependencies-elasticsearch/src/main/java/io/jaegertracing/spark/dependencies/elastic/ElasticsearchDependenciesJob.java
# ES_NODES, ES_USERNAME, ES_PASSWORD are set via elasticsearch.env helper which uses storage.elasticsearch
extraEnv: []
# - name: ES_NODES_WAN_ONLY
# value: 'true'
# - name: ES_CLIENT_NODE_ONLY
# value: 'false'
# - name: ES_INDEX_PREFIX
# value: 'jaeger'
# - name: ES_INDEX_DATE_SEPARATOR
# value: '-'
# - name: ES_TIME_RANGE
# value: '24h'
# - name: ES_USE_ALIASES
# value: 'false'
schedule: "49 23 * * *"
successfulJobsHistoryLimit: 5
failedJobsHistoryLimit: 5
concurrencyPolicy: Forbid
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 256m
# memory: 128Mi
serviceAccount:
create: true
annotations: {}
# Explicitly mounts the API credentials for the Service Account
automountServiceAccountToken: false
name:
nodeSelector: {}
tolerations: []
affinity: {}
extraSecretMounts: []
extraConfigmapMounts: []
podAnnotations: {}
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
# ttlSecondsAfterFinished: 120
esIndexCleaner:
enabled: false
securityContext:
runAsUser: 1000
podSecurityContext:
runAsUser: 1000
annotations: {}
image:
registry: ""
repository: jaegertracing/jaeger-es-index-cleaner
tag: ""
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
cmdlineParams: {}
# timeout: 30000
extraEnv: []
# - name: ROLLOVER
# value: 'true'
schedule: "55 23 * * *"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
concurrencyPolicy: Forbid
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 256m
# memory: 128Mi
numberOfDays: 7
serviceAccount:
create: true
annotations: {}
# Explicitly mounts the API credentials for the Service Account
automountServiceAccountToken: false
name:
nodeSelector: {}
tolerations: []
affinity: {}
extraSecretMounts: []
extraConfigmapMounts: []
podAnnotations: {}
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
# ttlSecondsAfterFinished: 120
esRollover:
# This runs the es-rollover-hook that will fail if elasticsearch is not already up
enabled: false
securityContext: {}
podSecurityContext:
runAsUser: 1000
annotations: {}
image:
registry: ""
repository: jaegertracing/jaeger-es-rollover
tag: ""
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
cmdlineParams: {}
extraEnv:
- name: CONDITIONS
value: '{"max_age": "1d"}'
schedule: "10 0 * * *"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
concurrencyPolicy: Forbid
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 256m
# memory: 128Mi
serviceAccount:
create: true
annotations: {}
# Explicitly mounts the API credentials for the Service Account
automountServiceAccountToken: false
name:
nodeSelector: {}
tolerations: []
affinity: {}
extraSecretMounts: []
extraConfigmapMounts: []
podAnnotations: {}
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
# ttlSecondsAfterFinished: 120
initHook:
extraEnv: []
# - name: SHARDS
# value: "3"
annotations: {}
podAnnotations: {}
podLabels: {}
ttlSecondsAfterFinished: 120
esLookback:
enabled: false
securityContext: {}
podSecurityContext:
runAsUser: 1000
annotations: {}
image:
registry: ""
repository: jaegertracing/jaeger-es-rollover
tag: ""
digest: ""
pullPolicy: IfNotPresent
pullSecrets: []
cmdlineParams: {}
extraEnv:
- name: UNIT
value: days
- name: UNIT_COUNT
value: "7"
schedule: "5 0 * * *"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
concurrencyPolicy: Forbid
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 256m
# memory: 128Mi
serviceAccount:
create: true
annotations: {}
# Explicitly mounts the API credentials for the Service Account
automountServiceAccountToken: false
name:
nodeSelector: {}
tolerations: []
affinity: {}
extraSecretMounts: []
extraConfigmapMounts: []
podAnnotations: {}
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
# ttlSecondsAfterFinished: 120
# End: Default values for the various components of Jaeger
# Array with extra yaml objects to install alongside the chart. Values are evaluated as a template.
extraObjects: []