mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
* 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
30 lines
474 B
YAML
30 lines
474 B
YAML
image:
|
|
repository: mumblevoip/mumble-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.4.230
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
ci: false
|
|
|
|
mumbleConfig:
|
|
serverPassword: ''
|
|
superUserPassword: ''
|
|
iceSecretRead: ''
|
|
iceSecretWrite: ''
|
|
users: 100
|
|
welcomeText: Welcome to Mumble!
|
|
additionalEnvs: []
|
|
mumbleNetwork:
|
|
serverPort: 30000
|
|
icePort: 30001
|
|
certificateID: 0
|
|
mumbleStorage:
|
|
data:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: data
|