From cddb0e73e695beeadeb2fd9e25958bfb19aa230d Mon Sep 17 00:00:00 2001 From: Henrik Henriksson <henrik.henriksson@liu.se> Date: Thu, 8 Oct 2020 19:45:32 +0200 Subject: [PATCH] Specify pathType --- realworld/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/realworld/ingress.yaml b/realworld/ingress.yaml index 1f80cda..caa61fd 100644 --- a/realworld/ingress.yaml +++ b/realworld/ingress.yaml @@ -12,6 +12,7 @@ spec: http: paths: - path: /api/ + pathType: Prefix backend: serviceName: realworld-backend-service servicePort: 5000 -- GitLab