From e35d96ecdbebb6d9ce7e2316060040c44043fa45 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Tue, 26 Nov 2024 15:05:22 +0330 Subject: [PATCH 1/2] Added host alias Signed-off-by: xogoodnow --- charts/tempo/templates/statefulset.yaml | 4 ++++ charts/tempo/values.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 53c9605fad..d79f420922 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -52,6 +52,10 @@ spec: {{- end }} {{- end }} {{- end }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - args: - -config.file=/conf/tempo.yaml diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index 2b9ce226ef..21f791c0c2 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -306,7 +306,11 @@ affinity: {} # -- The name of the PriorityClass priorityClassName: null - +# -- hostAliases to add +hostAliases: [] +# - ip: 1.2.3.4 +# hostnames: +# - domain.tld networkPolicy: ## @param networkPolicy.enabled Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now. ## From 7ed3106ab12fe56e650f289b111f8be03a31ac2d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Thu, 28 Nov 2024 14:16:28 +0330 Subject: [PATCH 2/2] bumped chart version Signed-off-by: xogoodnow --- charts/tempo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index b12a1c9757..f0f4118f5a 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo description: Grafana Tempo Single Binary Mode type: application -version: 1.14.0 +version: 1.14.1 appVersion: 2.6.1 engine: gotpl home: https://grafana.net