Files
fastapi-demo/argocd/application.yaml

21 lines
430 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fastapi-demo
namespace: argocd
spec:
project: default
source:
repoURL: https://git.plfai.cn/test/fastapi-demo.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: fastapi-demo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true