From c587992209e689daa1ed8154b9313861fe9d1429 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 1 May 2022 10:04:36 +1200 Subject: [PATCH] Ingress pathType must be title case "Prefix". --- grocy/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/templates/ingress.yaml b/grocy/templates/ingress.yaml index c07a6c3..53da25a 100644 --- a/grocy/templates/ingress.yaml +++ b/grocy/templates/ingress.yaml @@ -24,7 +24,7 @@ spec: http: paths: - path: / - pathType: prefix + pathType: Prefix backend: service: name: grocy