Skip to content

Commit

Permalink
Allow to configure default concurrentWrites
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaster authored and chrislusf committed Nov 17, 2023
1 parent a5296eb commit 315cb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/seaweedfs-csi-driver/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ spec:
- --dataCenter=$(DATACENTER)
{{- end }}
- --components=node
{{- with .Values.concurrentWriters }}
- --concurrentWriters={{ . }}
{{- end }}
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/seaweedfs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ isDefaultStorageClass: false
tlsSecret: ""
#logVerbosity: 4

#concurrentWriters: 32

imagePullPolicy: "IfNotPresent"

#imagePullSecrets:
Expand Down

0 comments on commit 315cb5e

Please sign in to comment.