Files
chart/community/planka/1.0.0/ci/basic-values.yaml
2023-08-30 11:24:37 +00:00

23 lines
523 B
YAML

plankaNetwork:
webPort: 31000
plankaConfig:
baseURL: http://localhost:31000
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