forked from RemoteSync/grafana-meta-monitoring-chart
@@ -15,6 +15,10 @@ cloud:
|
||||
endpoint:
|
||||
username:
|
||||
password:
|
||||
traces:
|
||||
endpoint:
|
||||
username:
|
||||
password:
|
||||
|
||||
global:
|
||||
minio:
|
||||
@@ -27,8 +31,6 @@ global:
|
||||
loki:
|
||||
loki:
|
||||
auth_enabled: false
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
storage:
|
||||
type: "s3"
|
||||
s3:
|
||||
@@ -90,6 +92,25 @@ mimir-distributed:
|
||||
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
|
||||
insecure: true
|
||||
|
||||
tempo-distributed:
|
||||
tempo:
|
||||
structuredConfig:
|
||||
storage:
|
||||
trace:
|
||||
backend: s3
|
||||
s3:
|
||||
bucket: tempo
|
||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
||||
access_key: "{{ .Values.global.minio.rootUser }}"
|
||||
secret_key: "{{ .Values.global.minio.rootPassword }}"
|
||||
insecure: true
|
||||
traces:
|
||||
otlp:
|
||||
http:
|
||||
enabled: true
|
||||
grpc:
|
||||
enabled: true
|
||||
|
||||
minio:
|
||||
rootUser: rootuser
|
||||
rootPassword: rootpassword
|
||||
|
Reference in New Issue
Block a user