Skip to content

Commit 32930a3

Browse files
authored
Merge pull request #26357 from frjonsen/patch-1
Use https for haproxy.org links
2 parents 3f29d1a + b278dad commit 32930a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Kubernetes as a project supports and maintains [AWS](https://github.com/kubernet
3737
* [Gloo](https://gloo.solo.io) is an open-source ingress controller based on [Envoy](https://www.envoyproxy.io),
3838
which offers API gateway functionality.
3939
* [HAProxy Ingress](https://haproxy-ingress.github.io/) is an ingress controller for
40-
[HAProxy](http://www.haproxy.org/#desc).
40+
[HAProxy](https://www.haproxy.org/#desc).
4141
* The [HAProxy Ingress Controller for Kubernetes](https://github.com/haproxytech/kubernetes-ingress#readme)
42-
is also an ingress controller for [HAProxy](http://www.haproxy.org/#desc).
42+
is also an ingress controller for [HAProxy](https://www.haproxy.org/#desc).
4343
* [Istio Ingress](https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/)
4444
is an [Istio](https://istio.io/) based ingress controller.
4545
* The [Kong Ingress Controller for Kubernetes](https://github.com/Kong/kubernetes-ingress-controller#readme)
@@ -50,7 +50,7 @@ Kubernetes as a project supports and maintains [AWS](https://github.com/kubernet
5050
* The [Traefik Kubernetes Ingress provider](https://doc.traefik.io/traefik/providers/kubernetes-ingress/) is an
5151
ingress controller for the [Traefik](https://traefik.io/traefik/) proxy.
5252
* [Voyager](https://appscode.com/products/voyager) is an ingress controller for
53-
[HAProxy](http://www.haproxy.org/#desc).
53+
[HAProxy](https://www.haproxy.org/#desc).
5454

5555
## Using multiple Ingress controllers
5656

0 commit comments

Comments
 (0)