Browse Source
Allow using a PVC to store filer and master logs - changes in values.yaml (#5918)
pull/5903/merge
Aniket Dubey
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
18 additions and
0 deletions
-
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" |
|
|
|