Files
chart/community/planka/1.1.4/ci/hostNet-values.yaml
2023-11-10 14:34:55 +00:00

24 lines
543 B
YAML

plankaNetwork:
webPort: 30000
hostNetwork: true
plankaConfig:
baseURL: http://localhost:30000
plankaStorage:
avatars:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/avatars
backgroundImages:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/bg-img
attachments:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/attachments
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgData
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup