diff --git a/manifests/03-ingress/web2-ingress.yaml b/manifests/03-ingress/web2-ingress.yaml index 944b540..029fadb 100644 --- a/manifests/03-ingress/web2-ingress.yaml +++ b/manifests/03-ingress/web2-ingress.yaml @@ -7,13 +7,13 @@ metadata: nginx.ingress.kubernetes.io/rewrite-target: /$1 spec: rules: - - host: hello-world.info + - host: asdf.vdk2ch.ru http: paths: - path: /v2 pathType: Prefix backend: service: - name: web2 + name: web2 port: number: 8080 \ No newline at end of file