From 3b24d6b5c3e737e5d5f75427e84bb125401e96a8 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 19 Jun 2024 11:25:27 -0400 Subject: [PATCH] update service --- todo/frontend/ingress.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/todo/frontend/ingress.yaml b/todo/frontend/ingress.yaml index 3f37335..9c0f8b3 100644 --- a/todo/frontend/ingress.yaml +++ b/todo/frontend/ingress.yaml @@ -11,8 +11,7 @@ spec: - host: todo.michaelthomson.dev http: paths: - - pathType: ImplementationSpecific - path: / + - path: / backend: service: name: todo