mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-10 04:18:14 +02:00
527c0c311c
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. |
||
---|---|---|
.. | ||
.gitignore | ||
Chart.lock | ||
Chart.yaml | ||
custom-dns.yaml | ||
kind-cluster.yaml | ||
Makefile | ||
oauth2-proxy-example-full.yaml | ||
README.md | ||
values.yaml |
Kubernetes example
Based on kind as a local Kubernetes cluster.
Quick start
Before you start:
Required
Optional
- install helm 3.
Then:
make create-cluster
make deploy
ORmake helm-deploy
for helm
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
Uninstall
make delete-cluster