diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-05 22:08:39 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-05 22:08:39 +0200 |
| commit | 1bea42d4e2dff36eef577d22be879b2582e96eb9 (patch) | |
| tree | 6fea7ed2ca261399e751f7769c79fb993051aae2 /f3s/loki/values.yaml | |
| parent | 608905f529c1341cabb6c7f86436163379aa1284 (diff) | |
Fix Loki to use NFS persistent volume
Diffstat (limited to 'f3s/loki/values.yaml')
| -rw-r--r-- | f3s/loki/values.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/f3s/loki/values.yaml b/f3s/loki/values.yaml index 1e85bfe..4f58c8f 100644 --- a/f3s/loki/values.yaml +++ b/f3s/loki/values.yaml @@ -18,9 +18,15 @@ loki: singleBinary: replicas: 1 + extraVolumes: + - name: loki-data + persistentVolumeClaim: + claimName: loki-data-pvc + extraVolumeMounts: + - name: loki-data + mountPath: /var/loki persistence: - enabled: true - existingClaim: loki-data-pvc + enabled: false read: replicas: 0 |
