Skip to content

Commit

Permalink
guess
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 1, 2025
1 parent cb477d4 commit 5f1a044
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 @@ -53,7 +53,6 @@ backend:
minReplicas: 1
targetCPUUtilizationPercentage: 80
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 1
replication_factor: 1
Expand Down Expand Up @@ -152,7 +151,6 @@ serviceAccount:
annotations:
eks.amazonaws.com/role-arn: ${iam_role_arn}
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 2
resources:
Expand All @@ -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 5f1a044

Please sign in to comment.