mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 09:51:07 +08:00
29 lines
460 B
YAML
29 lines
460 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: 30018
|
|
icePort: 30019
|
|
certificateID: null
|
|
mumbleStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|