Skip to content

Commit 8cfe6d8

Browse files
committed
feat: update documentation
1 parent 5946fa9 commit 8cfe6d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/oauth2-proxy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
196196
| `service.loadBalancerIP` | ip of load balancer | `nil` |
197197
| `service.loadBalancerSourceRanges` | allowed source ranges in load balancer | `nil` |
198198
| `service.nodePort` | external port number for the service when service.type is `NodePort` | `nil` |
199+
| `service.targetPort` | name for the service's `targetPort` | `""`
199200
| `serviceAccount.enabled` | create a service account | `true` |
200201
| `serviceAccount.name` | the service account name | `` |
201202
| `serviceAccount.annotations` | (optional) annotations for the service account | `{}` |
@@ -357,3 +358,6 @@ config:
357358
whitelist_domains = [ ".domain.com", ".example.io"]
358359
provider = "google"
359360
```
361+
362+
## Route requests to sidecar container
363+
You can route requests to a sidecar container first by setting the `service.targetPort` variable; by default, the service's `targetPort` value equals to the `httpSchema`'s.

0 commit comments

Comments
 (0)