aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniket Dubey <58386130+aniketwdubey@users.noreply.github.com>2024-08-20 01:37:51 +0530
committerGitHub <noreply@github.com>2024-08-19 13:07:51 -0700
commitad5a62578147605e27efc282efef39153b8d1794 (patch)
treeba0f49c9b9d3905a96d45b54bd4321b88fdfc4e2
parentd826e30412fddda70a19734506b59102e056f507 (diff)
downloadseaweedfs-ad5a62578147605e27efc282efef39153b8d1794.tar.xz
seaweedfs-ad5a62578147605e27efc282efef39153b8d1794.zip
Allow using a PVC to store filer and master logs - changes in values.yaml (#5918)
-rw-r--r--k8s/charts/seaweedfs/values.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml
index e53fa5969..8d9674ebb 100644
--- a/k8s/charts/seaweedfs/values.yaml
+++ b/k8s/charts/seaweedfs/values.yaml
@@ -100,6 +100,15 @@ master:
storageClass: ""
hostPathPrefix: /ssd
+ # You may use ANY storage-class, example with local-path-provisioner
+ # Annotations are optional.
+ # logs:
+ # type: "persistentVolumeClaim"
+ # size: "24Ti"
+ # storageClass: "local-path-provisioner"
+ # annotations:
+ # "key": "value"
+
# You can also use emptyDir storage:
# logs:
# type: "emptyDir"
@@ -535,6 +544,15 @@ filer:
storageClass: ""
hostPathPrefix: /storage
+ # You may use ANY storage-class, example with local-path-provisioner
+ # Annotations are optional.
+ # logs:
+ # type: "persistentVolumeClaim"
+ # size: "24Ti"
+ # storageClass: "local-path-provisioner"
+ # annotations:
+ # "key": "value"
+
# You can also use emptyDir storage:
# logs:
# type: "emptyDir"