Skip to content

Commit

Permalink
fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 21006b4 commit 913cba6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ loki:
compactor:
retention_enabled: true
delete_request_store: s3
working_directory: /data/loki/compactor
commonConfig:
path_prefix: /loki
path_prefix: /data/loki
replication_factor: 1
image:
repository: ${loki_image_repository}
Expand Down Expand Up @@ -66,6 +67,7 @@ loki:
tracing:
enabled: true


backend:
autoscaling:
enabled: true
Expand Down Expand Up @@ -95,7 +97,11 @@ compactor:
retention_delete_worker_count: 150
retention_enabled: true
shared_store: s3
working_directory: /loki/compactor
working_directory: /data/loki/compactor
persistence:
enabled: true
size: 10Gi
storageClass: ${rwo_storage_class}
distributer:
replicas: 0
gateway:
Expand Down Expand Up @@ -189,6 +195,7 @@ write:
memory: 512Mi
extraVolumesMounts:
- name: data
mountPath: /loki
mountPath: /data
extraVolumes:
- name: loki
- name: data
emptyDir: {}

0 comments on commit 913cba6

Please sign in to comment.