- Keycloak (Bitnami Helm chart) with PostgreSQL on Longhorn - oauth2-proxy for arch-docs dev/staging auth - ArgoCD OIDC integration via ConfigMap - Realm 'infrastructure': users admin/claude, groups infra-admins/infra-bots - 4 OIDC clients: grafana, argocd, gitea, oauth2-proxy - NetworkPolicy: default-deny + selective allow - oauth2-proxy ingress for dev/staging subdomains
21 lines
456 B
YAML
21 lines
456 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argocd-config
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: http://10.10.10.1:3000/claude/k8s-apps.git
|
|
targetRevision: main
|
|
path: apps/argocd-config
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|