Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.64 KB

File metadata and controls

41 lines (33 loc) · 1.64 KB

openshift-oauth-proxy

Version: 0.2.3 AppVersion: 1.1.0

OpenShift oauth-proxy

Installation

helm repo add appuio https://charts.appuio.ch
helm install openshift-oauth-proxy appuio/openshift-oauth-proxy

Values

Key Type Default Description
extraArgs string nil Extra arguments to pass to the oauth-proxy
image.pullPolicy string "IfNotPresent"
image.repository string "docker.io/openshift/oauth-proxy"
image.tag string "v1.1.0"
proxy.openshiftSar string "{\"resource\": \"namespaces\", \"verb\": \"get\"}" OpenShift Subject Access Review
proxy.upstream string "http://localhost:9090" Upstream url
resources.limits.cpu string "200m"
resources.limits.memory string "128Mi"
resources.requests.cpu string "50m"
resources.requests.memory string "32Mi"
route.annotations object {"kubernetes.io/tls-acme":"true"} Add annotations to route
route.host string "" Define route host
route.tls bool true Enable tls for the route