# Bootstrap app-of-apps leaf: Traefik ingress. apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: noble-traefik namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io/background spec: project: default sources: - repoURL: https://traefik.github.io/charts chart: traefik targetRevision: 40.2.0 helm: releaseName: traefik valueFiles: - $values/clusters/noble/bootstrap/traefik/values.yaml - repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: traefik # Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md ยง5). syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true