Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vultj committed Sep 28, 2022
1 parent 021f41a commit dabc4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/load-balancers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The annotations are listed below. Please note that all annotations listed below
| Annotation (Suffix) | Values | Default | Description |
|------------------------------------|-----------------------------------|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `protocol` | `tcp`, `http` | `tcp` | This is used to specify the protocol to be used for your LoadBalancer protocol. |
| `backend-protocol` | `http`, `https`, or `tcp` | `http`, `https`, or `tcp` depending on `protocol` | This is used to set the backend protocol from load balancer to application(s). Note: Only certain protocols can be set here; anything out of scope will be defaulted to `protocol` |
| `https-ports` | string | | Defines which ports should be used for HTTPS. You can pass in a comma separated list: 443,8443 |
| `ssl` | string | | The string you provide should be the name of a Kubernetes TLS Secret which store your cert + key |
| `ssl-pass-through` | `true`, `false` | `false` | If you want SSL termination to happen on your `pods` or `ingress` then this must be enabled. This is to be used with the `https-ports` annotation |
Expand Down

0 comments on commit dabc4e1

Please sign in to comment.