From 0577c9ea7d68a90f10780e4148316dbab9ec9c7d Mon Sep 17 00:00:00 2001 From: smoskvin Date: Thu, 9 Jun 2022 11:24:24 +0300 Subject: [PATCH] ingr --- guestbook/guestbook-ui-ingress.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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