From d83ae4f799a149363a2f21d177593950a2357507 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:34:26 +1000 Subject: [PATCH] ingress? --- manifests/03-ingress/hw-ingress.yaml | 3 ++- manifests/03-ingress/web2-ingress.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index a5ba03f..59f673c 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -16,7 +16,8 @@ spec: backend: service: name: hw-service - namespace: vdk2ch + metadata: + namespace: vdk2ch port: number: 8085 # - path: / diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index c2e192f..58a993c 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -13,7 +13,7 @@ spec: pathType: Prefix backend: service: - name: web2 + name: web2 namespace: vdk2ch port: number: 8080 \ No newline at end of file