fix(palworld): disable startup probe
This commit is contained in:
parent
faf7901af3
commit
3e2d6271d4
|
@ -76,6 +76,10 @@ spec:
|
|||
service:
|
||||
port: *game_port
|
||||
|
||||
probes:
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue