Skip to content

Commit

Permalink
template error
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 1, 2025
1 parent 20f12ef commit 24d79cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gateway:
autoscaling:
enabled: true
targetCPUUtilizationPercentage: 80
replicas: 1
replicas: 0
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -136,7 +136,7 @@ serviceAccount:
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 1
replicas: 2
resources:
requests:
cpu: 1m
Expand All @@ -163,7 +163,7 @@ write:
persistence:
enabled: true
storageClass: ${rwo_storage_class}
replicas: 1
replicas: 2
autoscaling:
enabled: true
minReplicas: 1
Expand Down

0 comments on commit 24d79cc

Please sign in to comment.