mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 22:36:39 +08:00
* mumble init commit * extend config * add cert * update readme * only use probes on ci * update probes * add metadata * one less zero * Add email attr * default '' -> empty false * Update library/ix-dev/community/mumble/templates/_mumble.tpl
16 lines
350 B
YAML
16 lines
350 B
YAML
mumbleConfig:
|
|
serverPassword: supersecret
|
|
superUserPassword: superuser
|
|
iceSecretRead: letmelook
|
|
iceSecretWrite: letmechangestuff
|
|
welcomeText: Welcome to Mumble Test!
|
|
|
|
mumbleStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
|
|
# Enable probes on CI runs only,
|
|
# so we can check if the container is ready
|
|
ci: true
|