From e8717565b54fd9532e5aa445a47502355fd385eb Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:16:17 +0200 Subject: [PATCH] fix: loki --- cluster/apps/monitoring/loki-stack/helm-release.yaml | 2 +- cluster/apps/monitoring/thanos/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/monitoring/loki-stack/helm-release.yaml b/cluster/apps/monitoring/loki-stack/helm-release.yaml index 4e70516c7..b6620a08e 100644 --- a/cluster/apps/monitoring/loki-stack/helm-release.yaml +++ b/cluster/apps/monitoring/loki-stack/helm-release.yaml @@ -50,7 +50,7 @@ spec: # You can use a headless k8s service for all distributor, # ingester and querier components. join_members: - - loki-headless.monitoring.svc.cluster.local.:7946 + - loki-stack-headless.monitoring.svc.cluster.local:7946 # max_join_backoff: 1m # max_join_retries: 10 # min_join_backoff: 1s diff --git a/cluster/apps/monitoring/thanos/helm-release.yaml b/cluster/apps/monitoring/thanos/helm-release.yaml index 95c707147..212ae8f86 100644 --- a/cluster/apps/monitoring/thanos/helm-release.yaml +++ b/cluster/apps/monitoring/thanos/helm-release.yaml @@ -58,7 +58,7 @@ spec: endpoint: ${SECRET_MINIO_ENDPOINT} access_key: "${SECRET_MINIO_ACCESS_KEY}" secret_key: "${SECRET_MINIO_SECRET_KEY}" - insecure: true + insecure: false postRenderers: - kustomize: