diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index 0778250..a5ba03f 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -15,7 +15,8 @@ spec: pathType: Prefix backend: service: - name: hw-service + name: hw-service + namespace: vdk2ch port: number: 8085 # - path: / diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index 823de98..c2e192f 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -14,5 +14,6 @@ spec: backend: service: name: web2 + namespace: vdk2ch port: number: 8080 \ No newline at end of file