12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- webdav:
- auth_type: basic
- username: some-username
- password: some-secret-password
- additional_browser_matches: [
- "^SomeBrowser",
- "SomeOtherBrowser",
- ]
- additional_envs: []
- network:
- http_port:
- bind_mode: published
- port_number: 30034
- https_port:
- bind_mode: ""
- port_number: 30035
- certificate_id:
- host_network: false
- run_as:
- user: 568
- group: 568
- storage:
- shares:
- - name: share1
- enabled: true
- description: My first share
- host_path: /mnt/share1
- read_only: false
- fix_permissions: true
- create_host_path: true
- - name: share2
- enabled: false
- description: My second share
- host_path: /mnt/share2
- read_only: true
- fix_permissions: true
- create_host_path: true
- - name: share3
- enabled: true
- description: My third share
- host_path: /mnt/share3
- read_only: false
- fix_permissions: false
- max_request_body_size_gb: 10
- create_host_path: true
|