Skip to content

Commit 8c9c54c

Browse files
committed
chore(stack/obsevability): Remove commented out config for TLS
1 parent 9632cdb commit 8c9c54c

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

stacks/observability/grafana-tempo.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,45 +13,10 @@ repo:
1313
version: 1.24.0 # 2.9.0
1414
options:
1515
tempo:
16-
# server:
17-
# http_tls_config:
18-
# cert_file: /etc/tempo/certs/tls.crt
19-
# key_file: /etc/tempo/certs/tls.key
2016
receivers:
2117
otlp:
2218
protocols:
2319
grpc:
2420
endpoint: "0.0.0.0:4317"
25-
# tls:
26-
# cert_file: /etc/tempo/certs/tls.crt
27-
# key_file: /etc/tempo/certs/tls.key
28-
# extraVolumeMounts:
29-
# # Mount the certificate generated by the secret-operator
30-
# - name: tls
31-
# mountPath: /etc/tempo/certs/
3221
tempoQuery:
3322
enabled: true
34-
# extraVolumeMounts:
35-
# # Mount the certificate generated by the secret-operator
36-
# - name: tls
37-
# mountPath: /etc/tempo/certs/
38-
# extraVolumes:
39-
# # Request a TLS certificate from the secret-operator
40-
# - name: tls
41-
# ephemeral:
42-
# volumeClaimTemplate:
43-
# metadata:
44-
# annotations:
45-
# secrets.stackable.tech/class: tls
46-
# # Add the service loki to the
47-
# # distinguished names because this service is used
48-
# # by opentelemetry-collector.
49-
# secrets.stackable.tech/scope: |-
50-
# service=tempo
51-
# spec:
52-
# storageClassName: secrets.stackable.tech
53-
# accessModes:
54-
# - ReadWriteOnce
55-
# resources:
56-
# requests:
57-
# storage: 1

stacks/observability/grafana.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ options:
2727
isDefault: false
2828
jsonData:
2929
tlsAuthWithCACert: false
30-
# secureJsonData:
31-
# tlsCACert: $__file{/etc/grafana/certs/ca.crt}
3230
- name: Tempo
3331
type: tempo
3432
url: http://tempo:3100
3533
access: proxy
3634
isDefault: false
3735
jsonData:
3836
tlsAuthWithCACert: false
39-
# secureJsonData:
40-
# tlsCACert: $__file{/etc/grafana/certs/ca.crt}
4137
readinessProbe:
4238
httpGet:
4339
scheme: HTTPS
@@ -78,16 +74,3 @@ options:
7874
volumeAttributes:
7975
secrets.stackable.tech/class: tls
8076
secrets.stackable.tech/scope: node,pod,service=grafana
81-
# ephemeral:
82-
# volumeClaimTemplate:
83-
# metadata:
84-
# annotations:
85-
# secrets.stackable.tech/class: tls
86-
# secrets.stackable.tech/scope: pod #,service=grafana
87-
# spec:
88-
# storageClassName: secrets.stackable.tech
89-
# accessModes:
90-
# - ReadWriteOnce
91-
# resources:
92-
# requests:
93-
# storage: 1

0 commit comments

Comments
 (0)