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 }}