Skip to content

Commit

Permalink
guess
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 11, 2025
1 parent ba8a190 commit afd94ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ backend:
minReplicas: 1
targetCPUUtilizationPercentage: 80
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 2
resources:
Expand Down Expand Up @@ -145,7 +144,6 @@ read:
minReplicas: 1
targetCPUUtilizationPercentage: 80
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 2
resources:
Expand Down Expand Up @@ -179,7 +177,6 @@ test:
enabled: false
write:
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 2
autoscaling:
Expand All @@ -197,5 +194,5 @@ write:
- name: data
mountPath: /data
extraVolumes:
- name: data
- name: loki
emptyDir: {}

0 comments on commit afd94ea

Please sign in to comment.