feat: migrate to community chart

This commit is contained in:
2026-05-02 19:37:19 -05:00
parent f9af9a9ab5
commit a1b83db036
3 changed files with 23 additions and 11 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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: