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: