From 988f588ed0a8f0901aa713ec7bde3c535af96f31 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:18:19 +1000 Subject: [PATCH] ingress? --- manifests/03-ingress/hw-ingress.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index cd9534e..00396d6 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -11,10 +11,11 @@ spec: - host: asdf.vdk2ch.ru http: paths: - - path: / - backend: - serviceName: hw-service - servicePort: 6666 + - path: / + pathType: Prefix + backend: + serviceName: hw-service + servicePort: 6666 # - path: / # pathType: Prefix # backend: