Files
chart/library/ix-dev/community/mumble/ci/basic-values.yaml
Stavros Kois 76627e5a19 NAS-121592 / 23.10 / Add mumble to community train (#1149)
* 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
2023-05-05 22:21:24 +03:00

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