Allow using a PVC to store filer and master logs - changes in values.yaml (#5918)

This commit is contained in:
Aniket Dubey 2024-08-20 01:37:51 +05:30 committed by GitHub
parent d826e30412
commit ad5a625781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,15 @@ master:
storageClass: "" storageClass: ""
hostPathPrefix: /ssd 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: # You can also use emptyDir storage:
# logs: # logs:
# type: "emptyDir" # type: "emptyDir"
@ -535,6 +544,15 @@ filer:
storageClass: "" storageClass: ""
hostPathPrefix: /storage 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: # You can also use emptyDir storage:
# logs: # logs:
# type: "emptyDir" # type: "emptyDir"