mirror of
https://github.com/truenas/charts.git
synced 2026-04-06 04:09:32 +08:00
* initial commit * add some templates * add common and templates * update strategy * fix tempaltes * fix host * add metadata * add readme * fix probe * add questiosn * typo * quote * disable by default the redirect * add another test * rename service * remove todo * fix backend url and questions
17 lines
348 B
YAML
17 lines
348 B
YAML
castopodConfig:
|
|
baseUrl: http://localhost:31000
|
|
|
|
castopodNetwork:
|
|
webPort: 31000
|
|
|
|
castopodStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
mariadbData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbData
|
|
mariadbBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbBackup
|