From 57572185ac080bac5a039d8d74bbbad0ce3220e5 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:33:40 +1000 Subject: [PATCH] ingress? --- manifests/03-ingress/hw-ingress.yaml | 3 ++- manifests/03-ingress/web2-ingress.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index 0778250..a5ba03f 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -15,7 +15,8 @@ spec: pathType: Prefix backend: service: - name: hw-service + name: hw-service + namespace: vdk2ch port: number: 8085 # - path: / diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index 823de98..c2e192f 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -14,5 +14,6 @@ spec: backend: service: name: web2 + namespace: vdk2ch port: number: 8080 \ No newline at end of file