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
|
|
@ -12,9 +12,6 @@ This document has the following prerequisites:
|
|||
end up with controller, a sample web app and an ingress resource to the `foo.bar`
|
||||
domain
|
||||
|
||||
As mentioned in the deployment instructions, you MUST turn down any existing
|
||||
ingress controllers before running HAProxy Ingress.
|
||||
|
||||
## Using Basic Authentication
|
||||
|
||||
HAProxy Ingress read user and password from `auth` file stored on secrets, one user
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ following these steps you should have a secret named `caingress`, a certificate
|
|||
* Use these same steps and create another CA and generate another certificate and private
|
||||
key `fake.crt` and `fake.key` just for testing
|
||||
|
||||
As mentioned in the deployment instructions, you MUST turn down any existing
|
||||
ingress controllers before running HAProxy Ingress.
|
||||
|
||||
Secret, certificates and keys can be created using these shortcuts:
|
||||
|
||||
CA and it's secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue