From b9b02d321c875a3255edbb7bee5e5a4f076c0883 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:18:52 +1000 Subject: [PATCH] ingress? --- manifests/03-ingress/hw-ingress.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index 00396d6..0f165f7 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -14,8 +14,9 @@ spec: - path: / pathType: Prefix backend: - serviceName: hw-service - servicePort: 6666 + service: + name: hw-service + port: 6666 # - path: / # pathType: Prefix # backend: