From 3e2d6271d49bbef123d9bee4326d9f5c96564864 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 27 Jan 2024 00:46:29 -0500 Subject: [PATCH] fix(palworld): disable startup probe --- cluster/apps/game-servers/palworld/helm-release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cluster/apps/game-servers/palworld/helm-release.yaml b/cluster/apps/game-servers/palworld/helm-release.yaml index 75db659..1e41e12 100644 --- a/cluster/apps/game-servers/palworld/helm-release.yaml +++ b/cluster/apps/game-servers/palworld/helm-release.yaml @@ -75,7 +75,11 @@ spec: pathType: Prefix service: port: *game_port - + + probes: + startup: + enabled: false + persistence: data: enabled: true