Files
chart/library/ix-dev/community/palworld/values.yaml
Stavros Kois c479033fc9 palworld - allow additional config (#2100)
* palworld - allow additional config

* bump version

* test actual keys

* dont print passwords

* handle bools

* lint

* handle bools

* only create dirs if not exist

* bypass bools on sh

* handle weird cases with quoting
2024-01-30 14:06:10 +02:00

53 lines
893 B
YAML

image:
repository: ich777/steamcmd
pullPolicy: IfNotPresent
tag: palworld
resources:
limits:
cpu: 4000m
memory: 8Gi
palworldConfig:
adminPassword: ''
server:
name: TrueNAS Palworld Server
description: Palworld Server running on TrueNAS
password: ''
backup:
enabled: false
interval: 60
keep: 3
gameParams:
- EpicApp=PalServer
gameParamsExtra:
- -useperfthreads
- -NoAsyncLoadingThread
- -UseMultithreadForDS
iniKeys: []
updatePublicIP: false
validate: false
username: ''
password: ''
additionalEnvs: []
palworldID:
user: 568
group: 568
palworldNetwork:
serverPort: 38211
rconPort: 38212
hostNetwork: false
palworldStorage:
steamcmd:
type: ixVolume
ixVolumeConfig:
datasetName: config
server:
type: ixVolume
ixVolumeConfig:
datasetName: storage
additionalStorages: []