From 56e95dba20d429c4e39ee7f1ed7320ebcf45711c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 22:59:12 -0600 Subject: [PATCH] remove promtail --- clusters/cl01tl/helm/loki/Chart.yaml | 3 --- clusters/cl01tl/helm/loki/values.yaml | 14 +------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/clusters/cl01tl/helm/loki/Chart.yaml b/clusters/cl01tl/helm/loki/Chart.yaml index 00c03d4e5..f88e1305f 100644 --- a/clusters/cl01tl/helm/loki/Chart.yaml +++ b/clusters/cl01tl/helm/loki/Chart.yaml @@ -18,9 +18,6 @@ dependencies: - name: loki version: 6.49.0 repository: https://grafana.github.io/helm-charts - # - name: promtail - # version: 6.17.1 - # repository: https://grafana.github.io/helm-charts - name: alloy version: 1.5.1 repository: https://grafana.github.io/helm-charts diff --git a/clusters/cl01tl/helm/loki/values.yaml b/clusters/cl01tl/helm/loki/values.yaml index b056a7c8c..5de98c2f3 100644 --- a/clusters/cl01tl/helm/loki/values.yaml +++ b/clusters/cl01tl/helm/loki/values.yaml @@ -50,24 +50,12 @@ loki: replicas: 0 backend: replicas: 0 -promtail: - service: - labels: - promtail: 3.0.0 - serviceMonitor: - enabled: true - prometheusRule: - enabled: false - config: - clients: - - url: http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push - tenant_id: 1 alloy: crds: create: true configMap: create: true - content: | + content: |- logging { level = "debug" format = "logfmt"