You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my organization, we require to route requests to oauth2proxy to its sidecar container first. At the moment, is not possible to achieve this with the helm chart, since the service's targetPort is by default httpSchema. I propose some non-breaking changes to allow for this scenario, introducing the new .Values.service.targetPort.
In my organization, we require to route requests to oauth2proxy to its sidecar container first. At the moment, is not possible to achieve this with the helm chart, since the service's targetPort is by default
httpSchema
. I propose some non-breaking changes to allow for this scenario, introducing the new.Values.service.targetPort
.Pull request: #270
The text was updated successfully, but these errors were encountered: