1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/contrib/local-environment/kubernetes
Aaron Peschel 527c0c311c Use New Stable Chart URL
The existing URL no longer works. This commit updates the Chart
dependencies to use the new Stable chart URL.

This will fix the "Chart not found" errors that occur if these example
resources are used.

Please keep in mind this is only a bandaid, as the repository is still
EOL, and should not be used.
2020-11-23 11:45:34 -08:00
..
.gitignore * some polish 2020-06-16 16:47:10 -05:00
Chart.lock Use New Stable Chart URL 2020-11-23 11:45:34 -08:00
Chart.yaml Use New Stable Chart URL 2020-11-23 11:45:34 -08:00
custom-dns.yaml * some polish 2020-06-16 16:47:10 -05:00
kind-cluster.yaml * some polish 2020-06-16 16:47:10 -05:00
Makefile update k8s manifest 2020-06-19 22:33:40 -05:00
oauth2-proxy-example-full.yaml update k8s manifest 2020-06-19 22:33:40 -05:00
README.md polish 2020-06-17 19:18:52 -05:00
values.yaml * some polish 2020-06-16 16:47:10 -05:00

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Optional

Then:

  • make create-cluster
  • make deploy OR make helm-deploy for helm

Visit http://httpbin.localtest.me or http://hello-world.localtest.me/

Uninstall

  • make delete-cluster