Add ingress.class support to HAProxy Ingress
This commit is contained in:
parent
9e7c542519
commit
4b73cc6d0c
9 changed files with 12 additions and 30 deletions
|
|
@ -7,9 +7,6 @@ This document has the following prerequisites:
|
|||
* Deploy [HAProxy Ingress controller](/examples/deployment/haproxy), you should end up with controller, a sample web app and default TLS secret
|
||||
* Create [*another* secret](/examples/PREREQUISITES.md#tls-certificates) named `foobar-ssl` and subject `'/CN=foo.bar'`
|
||||
|
||||
As mentioned in the deployment instructions, you MUST turn down any existing
|
||||
ingress controllers before running HAProxy Ingress.
|
||||
|
||||
## Using default TLS certificate
|
||||
|
||||
Update ingress resource in order to add TLS termination to host `foo.bar`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue