nxtgauge-gitops/argocd/nxtgauge-frontendwebsite-application.yaml

20 lines
491 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nxtgauge-frontendwebsite
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git
targetRevision: main
path: apps/nxtgauge-frontendwebsite/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: nxtgauge
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true