oauth2-proxy/contrib/local-environment/kubernetes
renovate[bot] a472392b81
chore(deps): update helm release oauth2-proxy to v7
2024-06-23 16:52:19 +00:00
..
.gitignore * some polish 2020-06-16 16:47:10 -05:00
Chart.lock chore(deps): update helm release oauth2-proxy to v7 2024-06-23 16:52:19 +00:00
Chart.yaml chore(deps): update helm release oauth2-proxy to v7 2024-06-23 16:52:19 +00:00
Makefile chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
README.md chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
custom-dns.yaml chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
kind-cluster.yaml chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
values.yaml k8s: fixed invalid cookie_domain 2022-08-28 17:54:32 +07:00

README.md

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Then:

  • make create-cluster
  • make deploy

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

Uninstall

  • make delete-cluster