Skip to content

Commit ae79da3

Browse files
soohyunmeclaude
andcommitted
fix(monitoring): correct Loki Helm repo URL and set SingleBinary mode
- Fix repo URL: grafana-community.github.io → grafana.github.io - Explicitly set deploymentMode: SingleBinary with replicas: 1 for ARM64 single-node environment - Remove loki.enabled (not a valid v6.x chart value) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 004c748 commit ae79da3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

infrastructure/base/monitoring/loki/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace: monitoring
55

66
helmCharts:
77
- name: loki
8-
repo: https://grafana-community.github.io/helm-charts
8+
repo: https://grafana.github.io/helm-charts
99
version: 6.55.0
1010
releaseName: loki
1111
namespace: monitoring

infrastructure/base/monitoring/loki/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Loki k8s stack for single-node A1 (ARM64)
2+
deploymentMode: SingleBinary
3+
4+
singleBinary:
5+
replicas: 1
6+
27
loki:
3-
enabled: true
48
auth_enabled: false
59

610
ingester:

0 commit comments

Comments
 (0)