fix(palworld): Disable non login penalty
This commit is contained in:
parent
77c41001b5
commit
b0d5eb1ce7
|
@ -32,6 +32,7 @@ spec:
|
||||||
COOP_PLAYER_MAX_NUM: 6 # 4 is default
|
COOP_PLAYER_MAX_NUM: 6 # 4 is default
|
||||||
RCON_ENABLED: true
|
RCON_ENABLED: true
|
||||||
RCON_PORT: 25575
|
RCON_PORT: 25575
|
||||||
|
ENABLE_NON_LOGIN_PENALTY: false
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
Loading…
Reference in New Issue