-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjaeger-values.yaml
More file actions
35 lines (32 loc) · 855 Bytes
/
jaeger-values.yaml
File metadata and controls
35 lines (32 loc) · 855 Bytes
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
storage:
type: elasticsearch
elasticsearch:
host: elasticsearch-master.logging.svc # Replace with your Elasticsearch service DNS
port: 9200
scheme: https
user: elastic # Replace with the actual username if necessary
password: gKmGhWTEQbThjEpe # Replace with the actual password
tls:
enabled: true
ca: /tls/ca-cert.pem # Path where the CA cert is mounted
provisionDataStore:
cassandra: false
elasticsearch: false
query:
cmdlineParams:
es.tls.ca: "/tls/ca-cert.pem"
extraConfigmapMounts:
- name: jaeger-tls
mountPath: /tls
subPath: ""
configMap: jaeger-tls
readOnly: true
collector:
cmdlineParams:
es.tls.ca: "tls/ca-cert.pem"
extraConfigmapMounts:
- name: jaeger-tls
mountPath: /tls
subPath: ""
configMap: jaeger-tls
readOnly: true