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: