Merge pull request 'feat: migrate to community chart' (#6450) from tmp/loki-1 into main
Reviewed-on: #6450
This commit was merged in pull request #6450.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: loki
|
- name: loki
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: oci://ghcr.io/grafana-community/helm-charts
|
||||||
version: 6.55.0
|
version: 13.5.0
|
||||||
- name: alloy
|
- name: alloy
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 1.8.0
|
version: 1.8.0
|
||||||
digest: sha256:e3c7508c21ed7737f692387ca79a0c001c3393edbedff7b05c60325469a4fb2b
|
digest: sha256:bef475f5b6770e4b582b4499e38417789b2bb59ce0ee93c0390daef780e5728d
|
||||||
generated: "2026-04-24T17:01:55.023153925Z"
|
generated: "2026-05-02T19:36:44.416322-05:00"
|
||||||
|
|||||||
@@ -9,14 +9,14 @@ home: https://docs.alexlebens.dev/applications/loki/
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/grafana/loki
|
- https://github.com/grafana/loki
|
||||||
- https://github.com/grafana/alloy
|
- 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
|
- https://github.com/grafana/alloy/tree/main/operations/helm/charts/alloy
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: loki
|
- name: loki
|
||||||
version: 6.55.0
|
version: 13.5.0
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: oci://ghcr.io/grafana-community/helm-charts
|
||||||
- name: alloy
|
- name: alloy
|
||||||
version: 1.8.0
|
version: 1.8.0
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
loki:
|
loki:
|
||||||
deploymentMode: SingleBinary
|
deploymentMode: Monolithic
|
||||||
loki:
|
loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
limits_config:
|
limits_config:
|
||||||
@@ -31,8 +31,6 @@ loki:
|
|||||||
pool_config:
|
pool_config:
|
||||||
remote_timeout: 10s
|
remote_timeout: 10s
|
||||||
remote_timeout: 10s
|
remote_timeout: 10s
|
||||||
enterprise:
|
|
||||||
enabled: false
|
|
||||||
gateway:
|
gateway:
|
||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
resources:
|
||||||
@@ -41,6 +39,18 @@ loki:
|
|||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
basicAuth:
|
basicAuth:
|
||||||
enabled: false
|
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:
|
singleBinary:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
resources:
|
resources:
|
||||||
@@ -48,14 +58,16 @@ loki:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 800Mi
|
memory: 800Mi
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
|
||||||
size: 150Gi
|
size: 150Gi
|
||||||
storageClass: synology-iscsi-delete
|
storageClass: synology-iscsi-delete
|
||||||
write:
|
write:
|
||||||
|
enabled: false
|
||||||
replicas: 0
|
replicas: 0
|
||||||
read:
|
read:
|
||||||
|
enabled: false
|
||||||
replicas: 0
|
replicas: 0
|
||||||
backend:
|
backend:
|
||||||
|
enabled: false
|
||||||
replicas: 0
|
replicas: 0
|
||||||
alloy:
|
alloy:
|
||||||
crds:
|
crds:
|
||||||
|
|||||||
Reference in New Issue
Block a user