Skip to content

Commit

Permalink
less is more
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 1, 2025
1 parent 5f1a044 commit 8a527e2
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ global:
# Main Loki configuration
loki:
auth_enabled: false
compactor:
retention_enabled: true
delete_request_store: s3
working_directory: /data/loki/compactor
commonConfig:
path_prefix: /data/loki
replication_factor: 1
image:
repository: ${loki_image_repository}
tag: ${loki_image_tag}
Expand Down Expand Up @@ -79,17 +72,7 @@ bloomGateway:
chunksCache:
enabled: false
compactor:
compaction_interval: 10m
replicas: 0
retention_delete_delay: 2h
retention_delete_worker_count: 150
retention_enabled: true
shared_store: s3
working_directory: /data/loki/compactor
persistence:
enabled: true
size: 10Gi
storageClass: ${rwo_storage_class}
distributer:
replicas: 0
gateway:
Expand Down Expand Up @@ -178,7 +161,7 @@ test:
write:
persistence:
storageClass: ${rwo_storage_class}
replicas: 2
replicas: 3
autoscaling:
enabled: true
minReplicas: 1
Expand All @@ -190,9 +173,3 @@ write:
limits:
cpu: 1000m
memory: 512Mi
extraVolumesMounts:
- name: data
mountPath: /data
extraVolumes:
- name: loki
emptyDir: {}

0 comments on commit 8a527e2

Please sign in to comment.