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