feat: add tempo helmfile setup

This commit is contained in:
2025-06-23 13:09:30 +02:00
parent e295fa1da9
commit 769d42d543
9 changed files with 126 additions and 72 deletions
@@ -0,0 +1,14 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-api-server
namespace: tempo
spec:
egress:
- toPorts:
- ports:
- port: "7946"
protocol: TCP
endpointSelector:
matchLabels:
app.kubernetes.io/instance: tempo
+7 -3
View File
@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tempo
name: tempo
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
@@ -15,12 +15,16 @@ spec:
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD
path: helmfiles/tempo
path: helmfile.d
plugin:
name: helmfile
name: helmfile-cmp
env:
- name: CLUSTER_NAME
value: {{ .Values.clusterConfig.cluster }}
- name: HELMFILE_ENVIRONMENT
value: default
- name: HELMFILE_FILE_PATH
value: tempo.yaml.gotmpl
project: sys
syncPolicy:
managedNamespaceMetadata: