OpenShift oauth-proxy
helm repo add appuio https://charts.appuio.ch
helm install openshift-oauth-proxy appuio/openshift-oauth-proxy
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 |