123456789101112131415 |
- 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
|