mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-28 22:19:20 +02:00
document service_proxy_upstream ingress annotation (#2915)
This commit is contained in:
parent
5b9a981191
commit
1b80aa6c52
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ The remaining annotations are specific to or behave differently than they do whe
|
|||
| `ingress.pomerium.io/tls_downstream_client_ca_secret` | Name of Kubernetes `tls` Secret containing a [Client CA][client-certificate-authority] for validating downstream clients. |
|
||||
| `ingress.pomerium.io/secure_upstream` | When set to `"true"`, use `https` when connecting to the upstream endpoint. |
|
||||
| `ingress.pomerium.io/path_regex` | When set to `"true"` enables path regex matching. See the [Regular Expressions Path Matching](#regular-expressions-path-matching) section for more information. |
|
||||
| `ingress.pomerium.io/service_proxy_upstream` | When set to `"true"` forces Pomerium to connect to upstreams through the k8s service proxy, and not individual endpoints. <br/> This is useful when deploying Pomerium inside a service mesh. |
|
||||
|
||||
::: tip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue