diff --git a/grocy/templates/ingress.yaml b/grocy/templates/ingress.yaml index 68c14bf..c07a6c3 100644 --- a/grocy/templates/ingress.yaml +++ b/grocy/templates/ingress.yaml @@ -24,6 +24,9 @@ spec: http: paths: - path: / + pathType: prefix backend: - serviceName: grocy - servicePort: 80 + service: + name: grocy + port: + number: 80