diff --git a/guestbook/ingress.yaml b/guestbook/ingress.yaml index e593aab..fa1a453 100644 --- a/guestbook/ingress.yaml +++ b/guestbook/ingress.yaml @@ -16,5 +16,5 @@ spec: paths: - backend: serviceName: guestbook-ui - servicePort: http + servicePort: 80 path: / \ No newline at end of file