31 lines
811 B
YAML
31 lines
811 B
YAML
# Bootstrap app-of-apps leaf: Traefik ingress (namespace + Helm chart).
|
|
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
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|