fix: add tempo ingress and storage

This commit is contained in:
2024-09-26 19:07:51 +02:00
parent 74d429ee49
commit 7d044764cb
2 changed files with 35 additions and 8 deletions
+3 -8
View File
@@ -22,15 +22,10 @@ spec:
valueFiles:
- $values/kustomizations/tempo/values.yaml
project: aux
ignoreDifferences:
- group: apps
kind: StatefulSet
jsonPointers:
- /spec/persistentVolumeClaimRetentionPolicy
syncPolicy:
managedNamespaceMetadata:
labels:
component: aux
# managedNamespaceMetadata:
# labels:
# component: aux
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
+32
View File
@@ -0,0 +1,32 @@
tempo:
storage:
trace:
backend: s3
s3:
bucket: tempo-traces
endpoint: http://10.255.241.30:30080
access_key: ... # optional. access key when using static credentials.
secret_key: ... # optional. secret key when using static credentials.
insecure: true # optional. enable if endpoint is http
backend: local
local:
path: /var/tempo/traces
wal:
path: /var/tempo/wal
tempoQuery:
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/ssl-redirect: "true"
atlantis.oceanbox.io/expose: internal
path: /
pathType: Prefix
hosts:
- query.tempo.adm.oceanbox.io
tls:
- secretName: tempo-query-tls
hosts:
- query.tempo.adm.oceanbox.io