oauth2-proxy / manifests

For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
Apache License 2.0
170 stars 153 forks source link

Optional nodePort selection for the service #118

Closed Palollo closed 1 year ago

Palollo commented 2 years ago

Just adds the possibility to set the nodePort number. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport-custom-port

Palollo commented 2 years ago

The changes of this PR are tested in our cluster, setting the value of nodePortNumber and also leaving it empty. The changes includes also the documentation update for the inclusion of the new properties. Should I include the increment of chart version?

desaintmartin commented 1 year ago

Thanks!