autojanet/k8s/argocd-app.yaml
Zoë a3f25456e4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: CI pipeline, ArgoCD app, ExternalSecrets, and Woodpecker config
- .woodpecker.yaml: build+push agent and dispatcher images to Harbor on mainline/tag
- k8s/argocd-app.yaml: ArgoCD Application syncing k8s/ from mainline
- k8s/externalsecrets/: ExternalSecret manifests for all 19 agent AppRole creds + dispatcher
- ArgoCD app applied to cluster, Woodpecker repo enabled with harbor secrets
2026-05-30 14:46:01 -07:00

27 lines
559 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: autojanet
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ctz.fyi/zoe/autojanet.git
targetRevision: mainline
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: autojanet
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 5
backoff:
duration: 30s
maxDuration: 5m
factor: 2