Skip to content

Commit

Permalink
Merge pull request #3998 from budimanjojo/renovate/loki-6.x
Browse files Browse the repository at this point in the history
chore(helm-chart)!: Update Helm release loki to v6
  • Loading branch information
budimanjojo committed May 18, 2024
2 parents 63ec4f8 + 212c26e commit 748f7dc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion cluster/apps/monitoring-system/loki/base/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: loki
version: 5.48.0
version: 6.5.2
sourceRef:
kind: HelmRepository
name: grafana-charts
Expand All @@ -27,6 +27,15 @@ spec:
auth_enabled: false
commonConfig:
replication_factor: 1
schemaConfig:
configs:
- from: 2024-04-01
object_store: filesystem
store: tsdb
schema: v13
index:
prefix: loki_index_
period: 24h
limits_config:
retention_period: 14d
ingestion_rate_mb: 50
Expand All @@ -42,11 +51,22 @@ spec:
retention_delete_worker_count: 150
storage:
type: filesystem
deploymentMode: SingleBinary
singleBinary:
replicas: 1
persistence:
size: 5Gi
storageClass: rook-ceph-block
chunksCache:
enabled: false
resultsCache:
enabled: false
backend:
replicas: 0
read:
replicas: 0
write:
replicas: 0
gateway:
image:
registry: ghcr.io
Expand Down

0 comments on commit 748f7dc

Please sign in to comment.