Files
chart/library/ix-dev/community/webdav/ci/http-basicauth-values.yaml
Stavros Kois 7791659812 webdav: allow modifying the request body limit (#2479)
* webdav: allow modifying the request body limit

* update description
2024-05-16 12:51:21 +03:00

31 lines
714 B
YAML

webdavStorage:
shares:
- name: share1
enabled: true
description: My first share
hostPath: /mnt/{{.Release.Name }}/share1
readOnly: true
fixPermissions: true
- name: share2
enabled: true
description: My second share
hostPath: /mnt/{{.Release.Name }}/share2
readOnly: false
fixPermissions: true
- name: share3
enabled: false
description: My third disabled share
hostPath: /mnt/{{.Release.Name }}/share3
readOnly: true
maxRequestBodySizeInGB: 10
fixPermissions: false
webdavNetwork:
http: true
httpPort: 30000
webdavConfig:
authType: basic
username: some-username
password: some-secret-password