kube/oidc-gateway
rasmus f3cceca1c3 use gcr mirror for images with full docker.io path
cluster constantly failing due to rate limits,
please find a better solution
2024-04-28 05:01:02 +03:00
..
README.md Deprecate Authelia 2023-07-28 12:23:29 +03:00
crds.yml oidc: update CRDs 2023-08-01 02:02:07 +03:00
deployment.yml use gcr mirror for images with full docker.io path 2024-04-28 05:01:02 +03:00
kubelogin.yaml Move whoami 2023-08-13 18:35:25 +03:00
proxmox.yaml oidc-gateway: Cleanups 2023-08-28 21:10:28 +03:00
rbac.yml oidc: add oidc-gateway manifests 2023-06-27 14:01:44 +03:00
texts.yml texts: remove unneeded <br/> 2024-02-04 20:00:59 +02:00
voron.yaml Deprecate Authelia 2023-07-28 12:23:29 +03:00
whoami.yml whoami: update to non-deprecated image 2024-02-12 05:41:17 +02:00

README.md

OIDC Gateway

To deploy

kubectl create namespace oidc-gateway
kubectl apply -n oidc-gateway -f crds.yml -f rbac.yml -f texts.yml -f deployment.yml -f kubelogin.yaml -f proxmox.yaml -f voron.yaml