diff --git a/clusters/cl01tl/helm/loki/Chart.lock b/clusters/cl01tl/helm/loki/Chart.lock index c77090c6e..8de80d9eb 100644 --- a/clusters/cl01tl/helm/loki/Chart.lock +++ b/clusters/cl01tl/helm/loki/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: loki - repository: https://grafana.github.io/helm-charts - version: 6.55.0 + repository: oci://ghcr.io/grafana-community/helm-charts + version: 13.5.0 - name: alloy repository: https://grafana.github.io/helm-charts version: 1.8.0 -digest: sha256:e3c7508c21ed7737f692387ca79a0c001c3393edbedff7b05c60325469a4fb2b -generated: "2026-04-24T17:01:55.023153925Z" +digest: sha256:bef475f5b6770e4b582b4499e38417789b2bb59ce0ee93c0390daef780e5728d +generated: "2026-05-02T19:36:44.416322-05:00" diff --git a/clusters/cl01tl/helm/loki/Chart.yaml b/clusters/cl01tl/helm/loki/Chart.yaml index df6246fe1..d47431e80 100644 --- a/clusters/cl01tl/helm/loki/Chart.yaml +++ b/clusters/cl01tl/helm/loki/Chart.yaml @@ -9,14 +9,14 @@ home: https://docs.alexlebens.dev/applications/loki/ sources: - https://github.com/grafana/loki - https://github.com/grafana/alloy - - https://github.com/grafana/loki/tree/main/production/helm/loki + - https://github.com/grafana-community/helm-charts/tree/main/charts/loki - https://github.com/grafana/alloy/tree/main/operations/helm/charts/alloy maintainers: - name: alexlebens dependencies: - name: loki - version: 6.55.0 - repository: https://grafana.github.io/helm-charts + version: 13.5.0 + repository: oci://ghcr.io/grafana-community/helm-charts - name: alloy version: 1.8.0 repository: https://grafana.github.io/helm-charts diff --git a/clusters/cl01tl/helm/loki/values.yaml b/clusters/cl01tl/helm/loki/values.yaml index 9857b9d6b..61eca764e 100644 --- a/clusters/cl01tl/helm/loki/values.yaml +++ b/clusters/cl01tl/helm/loki/values.yaml @@ -1,5 +1,5 @@ loki: - deploymentMode: SingleBinary + deploymentMode: Monolithic loki: auth_enabled: false limits_config: @@ -31,8 +31,6 @@ loki: pool_config: remote_timeout: 10s remote_timeout: 10s - enterprise: - enabled: false gateway: enabled: true resources: @@ -41,6 +39,18 @@ loki: memory: 20Mi basicAuth: enabled: false + route: + main: + enabled: true + apiVersion: gateway.networking.k8s.io/v1 + kind: HTTPRoute + hostnames: + - loki.alexlebens.net + parentRefs: + - group: gateway.networking.k8s.io + kind: Gateway + name: traefik-gateway + namespace: traefik singleBinary: replicas: 1 resources: @@ -48,14 +58,16 @@ loki: cpu: 100m memory: 800Mi persistence: - enabled: true size: 150Gi storageClass: synology-iscsi-delete write: + enabled: false replicas: 0 read: + enabled: false replicas: 0 backend: + enabled: false replicas: 0 alloy: crds: