Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 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.0
version: 7.9.1
apiVersion: v2
appVersion: 7.7.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -34,8 +34,8 @@ maintainers:
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- kind: added
description: allow requests to be directed to sidecar first
- kind: fixed
description: fixed incorrect helm template syntax in readme.md
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/270
url: https://github.com/oauth2-proxy/manifests/pull/274
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.
Loading