diff --git a/guestbook/guestbook-ui-ingress.yaml b/guestbook/guestbook-ui-ingress.yaml index 413af8d..32ede02 100644 --- a/guestbook/guestbook-ui-ingress.yaml +++ b/guestbook/guestbook-ui-ingress.yaml @@ -6,7 +6,8 @@ metadata: spec: ingressClassName: nginx rules: - - http: + - host: demo.guestbook.me + http: paths: - backend: service: @@ -15,4 +16,4 @@ spec: number: 80 path: / pathType: Prefix - host: guestbook.com \ No newline at end of file + \ No newline at end of file