diff --git a/examples/tls-termination/haproxy/ingress-tls-default.yaml b/examples/tls-termination/haproxy/ingress-tls-default.yaml index 8afdaff52..f546fbd83 100644 --- a/examples/tls-termination/haproxy/ingress-tls-default.yaml +++ b/examples/tls-termination/haproxy/ingress-tls-default.yaml @@ -12,5 +12,5 @@ spec: paths: - path: / backend: - serviceName: nginx + serviceName: http-svc servicePort: 80 diff --git a/examples/tls-termination/haproxy/ingress-tls-foobar.yaml b/examples/tls-termination/haproxy/ingress-tls-foobar.yaml index e004822f5..24cb527c7 100644 --- a/examples/tls-termination/haproxy/ingress-tls-foobar.yaml +++ b/examples/tls-termination/haproxy/ingress-tls-foobar.yaml @@ -13,5 +13,5 @@ spec: paths: - path: / backend: - serviceName: nginx + serviceName: http-svc servicePort: 80