From bf63cf998ba0c8849cf6685664cc222a1c61de91 Mon Sep 17 00:00:00 2001 From: Krzysztof Gutkowski Date: Sat, 4 Oct 2025 15:49:13 +0200 Subject: [PATCH] change foundryvtt probe url --- charts/foundry-vtt/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/foundry-vtt/templates/deployment.yaml b/charts/foundry-vtt/templates/deployment.yaml index 1787259..50bcf90 100644 --- a/charts/foundry-vtt/templates/deployment.yaml +++ b/charts/foundry-vtt/templates/deployment.yaml @@ -45,12 +45,12 @@ spec: periodSeconds: 25 {{- end }} httpGet: - path: / + path: /api/status port: http readinessProbe: initialDelaySeconds: 30 httpGet: - path: / + path: /api/status port: http resources: {{- toYaml .Values.resources | nindent 12 }}