chore: remove argocd, keep gitea actions only
CI/CD Pipeline / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-06-23 09:17:23 +08:00
parent 0b2f4f6751
commit 27b283cc3f
-20
View File
@@ -1,20 +0,0 @@
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