diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index a5ba03f..59f673c 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -16,7 +16,8 @@ spec: backend: service: name: hw-service - namespace: vdk2ch + metadata: + namespace: vdk2ch port: number: 8085 # - path: / diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index c2e192f..58a993c 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -13,7 +13,7 @@ spec: pathType: Prefix backend: service: - name: web2 + name: web2 namespace: vdk2ch port: number: 8080 \ No newline at end of file