refactor(k8s): Reorganize into 5-layer structure with production kustomizations

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 563f720d09
commit 0f30d77288
214 changed files with 405 additions and 885 deletions
@@ -0,0 +1,8 @@
# Copy to ~/.authentik/.env and fill in your values.
# Port-forward Authentik first: kubectl port-forward svc/authentik-server -n iam 7000:80
AUTHENTIK_BASE_URL=http://localhost:7000
APP_SLUG=go-example
OIDC_CLIENT_ID=go-example
OIDC_CLIENT_SECRET=your-client-secret-here
REDIRECT_URL=http://localhost:8080/callback