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: