123456789101112131415161718 |
- briefkastenNetwork:
- webPort: 31000
- hostNetwork: true
- briefkastenConfig:
- url: http://localhost:31000
- smtp:
- enabled: true
- server: some.smtp.server:587
- from: briefkasten@example.com
- briefkastenStorage:
- pgData:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/pgData
- pgBackup:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|