29 lines
830 B
YAML
29 lines
830 B
YAML
# 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: 39.0.6
|
|
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
|