aboutsummaryrefslogtreecommitdiff
path: root/k8s/helm_charts2/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/helm_charts2/values.yaml')
-rw-r--r--k8s/helm_charts2/values.yaml21
1 files changed, 2 insertions, 19 deletions
diff --git a/k8s/helm_charts2/values.yaml b/k8s/helm_charts2/values.yaml
index 52d8c8eb6..d855b509d 100644
--- a/k8s/helm_charts2/values.yaml
+++ b/k8s/helm_charts2/values.yaml
@@ -273,9 +273,6 @@ filer:
# Limit sub dir listing size (default 100000)
dirListLimit: 100000
- # Turn off directory listing
- disableDirListing: false
-
# Disable http request, only gRpc operations are allowed
disableHttp: false
@@ -378,6 +375,7 @@ filer:
# enable user & permission to s3 (need to inject to all services)
enableAuth: false
skipAuthSecretCreation: false
+ auditLogConfig: {}
s3:
enabled: false
@@ -394,6 +392,7 @@ s3:
# enable user & permission to s3 (need to inject to all services)
enableAuth: false
skipAuthSecretCreation: false
+ auditLogConfig: {}
# Suffix of the host name, {bucket}.{domainName}
domainName: ""
@@ -429,22 +428,6 @@ s3:
size: ""
storageClass: ""
-cronjob:
- enabled: true
- master: "seaweedfs-master:9333"
- filer: "seaweedfs-filer-client:8888"
- tolerations: ""
- nodeSelector: |
- sw-backend: "true"
- replication:
- enable: true
- collectionPattern: ""
- schedule: "*/7 * * * *"
- resources: null
- # balance all volumes among volume servers
- # ALL|EACH_COLLECTION|<collection_name>
- collection: ""
-
certificates:
commonName: "SeaweedFS CA"