Files
chart/community/mumble/1.0.2/ci/basic-values.yaml
2023-05-30 13:24:14 +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