homelab/argocd/apps/authentik-config.yaml
Nik Afiq fd13b8aedb
Some checks failed
validate / lint (push) Has been cancelled
feat: move Gitea traffic from gitea.nik4nao.com to gitea.home.arpa
The public domain is unreachable while moving, and the cluster had no
Traefik route to Gitea at all (public or internal), leaving every Argo
CD Application stuck in Unknown sync. Add a gitea.home.arpa
Certificate/IngressRoute, repoint Argo CD's repoURL, Gitea's own
DOMAIN/ROOT_URL/SSH_DOMAIN, the container registry references, the
Gitea Actions runner, and the watch-party clone URL at the internal
hostname.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-07 23:06:02 +09:00

21 lines
440 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik-config
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.home.arpa/nik/homelab.git
targetRevision: main
path: manifests/authentik
directory:
include: '*.yaml'
destination:
server: https://kubernetes.default.svc
namespace: authentik
syncPolicy:
automated:
prune: false
selfHeal: true