From 1529ecdbf44c093e30390e0c0ba2979e09f8524b Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:36:51 +1000 Subject: [PATCH] ingress? --- manifests/03-ingress/web2-ingress.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index 1b52f92..5335a49 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -13,8 +13,6 @@ spec: pathType: Prefix backend: service: - name: web2 - metadata: - namespace: vdk2ch + name: web2 port: number: 8080 \ No newline at end of file