Skip to content

Commit

Permalink
Fix loki pvc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Sep 15, 2022
1 parent 8190b3f commit 9fbf771
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: loki
type: application
version: 2.5.7
version: 2.5.8
appVersion: v2.5.0
description: "Loki: like Prometheus, but for logs."
home: https://grafana.com/loki
Expand Down
2 changes: 1 addition & 1 deletion charts/loki/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ questions:
description: "Loki Persistent Volume Size"
type: string
label: Loki Volume Size
- variable: loki.persistence.storageClass
- variable: loki.persistence.storageClassName
description: "If undefined or null, uses the default StorageClass. Default to null"
type: storageclass
label: Default StorageClass for Loki
Expand Down
3 changes: 3 additions & 0 deletions charts/loki/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
loki:
persistence:
enabled: false
size: 10Gi
existingClaim: ""
storageClassName: ""
serviceMonitor:
enabled: true
resources:
Expand Down

0 comments on commit 9fbf771

Please sign in to comment.