From 8cb6a6693e42e72f60a06f633cf892ae2c6d0f47 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Wed, 8 Feb 2017 07:24:17 -0200 Subject: [PATCH] Fix servicePort on HAProxy Ingress docs --- examples/deployment/haproxy/README.md | 2 +- examples/tls-termination/haproxy/ingress-tls-default.yaml | 2 +- examples/tls-termination/haproxy/ingress-tls-foobar.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/deployment/haproxy/README.md b/examples/deployment/haproxy/README.md index f33769362..ca408b539 100644 --- a/examples/deployment/haproxy/README.md +++ b/examples/deployment/haproxy/README.md @@ -89,7 +89,7 @@ spec: - path: / backend: serviceName: http-svc - servicePort: 80 + servicePort: 8080 EOF ``` diff --git a/examples/tls-termination/haproxy/ingress-tls-default.yaml b/examples/tls-termination/haproxy/ingress-tls-default.yaml index f546fbd83..7c5034645 100644 --- a/examples/tls-termination/haproxy/ingress-tls-default.yaml +++ b/examples/tls-termination/haproxy/ingress-tls-default.yaml @@ -13,4 +13,4 @@ spec: - path: / backend: serviceName: http-svc - servicePort: 80 + servicePort: 8080 diff --git a/examples/tls-termination/haproxy/ingress-tls-foobar.yaml b/examples/tls-termination/haproxy/ingress-tls-foobar.yaml index 24cb527c7..e15f9428b 100644 --- a/examples/tls-termination/haproxy/ingress-tls-foobar.yaml +++ b/examples/tls-termination/haproxy/ingress-tls-foobar.yaml @@ -14,4 +14,4 @@ spec: - path: / backend: serviceName: http-svc - servicePort: 80 + servicePort: 8080