1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-08 04:20:53 +02:00

fix: Remove unused values.

This commit is contained in:
Kaiwalya Joshi 2022-07-26 03:34:26 -07:00
parent 1f99bb4e4e
commit f6e66f4a19
No known key found for this signature in database
GPG key ID: 32F1D7195C15408C

View file

@ -76,13 +76,6 @@ master:
extraVolumes: ""
extraVolumeMounts: ""
# storage and storageClass are the settings for configuring stateful
# storage for the master pods. storage should be set to the disk size of
# the attached volume. storageClass is the class of storage which defaults
# to null (the Kube cluster will pick the default).
storage: 25Gi
storageClass: null
# Resource requests, limits, etc. for the master cluster placement. This
# should map directly to the value of the resources field for a PodSpec,
# formatted as a multi-line string. By default no direct resource request