Files
mas/deploy/argocd/mas.yaml
Mayne0213 346b0c79ef INIT(app): initial setup
- Initialize project structure
- Add base application files
2025-12-23 22:31:45 +09:00

22 lines
420 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mas
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/mas.git
targetRevision: HEAD
path: deploy/k8s
destination:
server: https://kubernetes.default.svc
namespace: mas
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true