mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: loki
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user