mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
19 lines
385 B
YAML
19 lines
385 B
YAML
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
|