mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
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
|