Files
HomeLab-GitOps/app-nginx-test.yaml
2024-11-22 18:31:35 -06:00

25 lines
444 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-nginx-test
namespace: argocd
spec:
project: default
source:
repoURL: https://git.curringtoncloud.com/ldc/HomeLab-GitOps.git
targetRevision: HEAD
path: nginx-test
destination:
server: https://kubernetes.default.svc
namespace: homelab
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true