From 3132e715690e2fcce57fbdd6d5613b26378e2050 Mon Sep 17 00:00:00 2001 From: AB Date: Tue, 10 Feb 2026 11:39:00 +0200 Subject: [PATCH] Added MC probes --- k8s/games/minecraft/deployments.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/k8s/games/minecraft/deployments.yaml b/k8s/games/minecraft/deployments.yaml index 7450115..2958d60 100644 --- a/k8s/games/minecraft/deployments.yaml +++ b/k8s/games/minecraft/deployments.yaml @@ -142,6 +142,22 @@ spec: - name: webstatus-mod containerPort: 8080 protocol: TCP + livenessProbe: + httpGet: + path: / + port: 8123 + initialDelaySeconds: 120 + periodSeconds: 30 + timeoutSeconds: 5 + failureThreshold: 3 + readinessProbe: + httpGet: + path: / + port: 8123 + initialDelaySeconds: 60 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 volumeMounts: - name: storage mountPath: /mc