Files
chart/community/mumble/1.0.10/ci/basic-values.yaml
2023-07-17 13:07:01 +00: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