Skip to content

Commit

Permalink
Merge branch 'main' into feat/proxyVarsFromSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigilenoci authored Jan 8, 2025
2 parents 7e17875 + 320ba8d commit be4ce12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.9.1
version: 7.9.2
apiVersion: v2
appVersion: 7.7.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down
4 changes: 2 additions & 2 deletions helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ extraObjects:
<html>
<body>
<h1>error</h1>
<p>{{.StatusCode}}</p>
<p>{{`{{ .StatusCode }}`}}</p>
</body>
</html>
```
Expand Down Expand Up @@ -360,4 +360,4 @@ config:
```

## Route requests to sidecar container
You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s.
You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s.

0 comments on commit be4ce12

Please sign in to comment.