Files
deprecated-helm-charts/incubator/oauth-proxy
AdamDangandk8s-ci-robot 5e8a4639e0 Typo fix in oauth-proxy/README.md (#4249)
* Add version for oauth-proxy

Add version for oauth-proxy

* Typo fix in oauth-proxy/README.md

Typo fix in oauth-proxy/README.md
2018-03-19 02:47:59 -07:00
..

oauth-proxy

oauth-proxy is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.

Note - this chart has been deprecated and moved to stable.

Note - at this time, there is a known incompatibility between oauth-proxy version 2.2 (which is it's latest release) and nginx-ingress versions >= 0.9beta12. To utilize this chart at this time please use nginx-ingress version 0.9beta11

TL;DR;

$ helm install incubator/oauth-proxy

Introduction

This chart bootstraps a oauth-proxy deployment on a Kubernetes cluster using the Helm package manager.

Installing the Chart

To install the chart with the release name my-release:

$ helm install incubator/oauth-proxy --name my-release

The command deploys oauth-proxy on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the oauth-proxy chart and their default values.

Parameter Description Default
affinity node/pod affinities None
config.clientID oauth client ID ""
config.clientSecret oauth client secret ""
config.cookieSecret server specific cookie for the secret; create a new one with python -c 'import os,base64; print base64.b64encode(os.urandom(16))' ""
extraArgs key:value list of extra arguments to give the binary {}
image.pullPolicy Image pull policy IfNotPresent
image.repository Image repository a5huynh/oauth2_proxy
image.tag Image tag 2.2
imagePullSecrets Specify image pull secrets nil (does not add image pull secrets to deployed pods)
ingress.enabled enable ingress false
ingress.path ingress base path /
ingress.host Ingress accepted hostnames nil
ingress.tls Ingress TLS configuration []
ingress.annotations Ingress annotations {}
nodeSelector node labels for pod assignment {}
podAnnotations annotations to add to each pod {}
podLabels additional labesl to add to each pod {}
replicaCount desired number of pods 1
resources pod resource requests & limits {}
service.externalPort external port for the service 443
service.internalPort internal port for the service 4180
service.type type of service ClusterIP
tolerations List of node taints to tolerate []

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install incubator/oauth-proxy --name my-release \
  --set=image.tag=v0.0.2,resources.limits.cpu=200m

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

$ helm install incubator/oauth-proxy --name my-release -f values.yaml

Tip

: You can use the default values.yaml