From 9c1a136eef414158d6885e82c513a31bcc3176b8 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Sun, 16 Jun 2024 14:42:07 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20grafana=20tempo=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/grafana-tempo/Chart.yaml | 8 ++++++++ apps/grafana-tempo/values.yaml | 21 +++++++++++++++++++++ charts/xquare-application/Chart.yaml | 2 +- charts/xquare-application/values.yaml | 9 +++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 apps/grafana-tempo/Chart.yaml create mode 100644 apps/grafana-tempo/values.yaml diff --git a/apps/grafana-tempo/Chart.yaml b/apps/grafana-tempo/Chart.yaml new file mode 100644 index 00000000..4a323bfc --- /dev/null +++ b/apps/grafana-tempo/Chart.yaml @@ -0,0 +1,8 @@ +apiVersion: v2 +name: grafana-tempo +type: application +version: 1.0.0 +dependencies: + - name: tempo-distributed + version: 1.11.0 + repository: https://grafana.github.io/helm-charts \ No newline at end of file diff --git a/apps/grafana-tempo/values.yaml b/apps/grafana-tempo/values.yaml new file mode 100644 index 00000000..ab8d82fb --- /dev/null +++ b/apps/grafana-tempo/values.yaml @@ -0,0 +1,21 @@ +tempo-distributed: + ingester: + persistence: + enabled: true + size: 10Gi + traces: + otlp: + http: + enabled: true + receiverConfig: { } + grpc: + enabled: true + receiverConfig: { } + + storage: + trace: + block: + version: vParquet + backend: local + admin: + backend: filesystem \ No newline at end of file diff --git a/charts/xquare-application/Chart.yaml b/charts/xquare-application/Chart.yaml index 91c92fba..ae00c6ce 100644 --- a/charts/xquare-application/Chart.yaml +++ b/charts/xquare-application/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 type: application name: xquare-application -version: 1.0.52 +version: 1.0.53 appVersion: "1.0.0" description: Xquare application diff --git a/charts/xquare-application/values.yaml b/charts/xquare-application/values.yaml index 2a7fd5a4..8566cf74 100644 --- a/charts/xquare-application/values.yaml +++ b/charts/xquare-application/values.yaml @@ -125,6 +125,15 @@ projects: source: path: apps/opentelemetry repoURL: https://github.com/team-xquare/k8s-resource.git + syncPolicy: + automated: + prune: false + selfHeal: true + - name: grafana-tempo + namespace: monitoring + source: + path: apps/grafana-tempo + repoURL: https://github.com/team-xquare/k8s-resource.git syncPolicy: automated: prune: false