1234567891011121314151617 |
- kapowarrNetwork:
- webPort: 31000
- kapowarrRunAs:
- user: 1000
- group: 1000
- kapowarrStorage:
- config:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/config
- downloads:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/downloads
- content:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/content
|