Files
portfolio/deploy/argocd/application-prod.yaml
Mayne0213 82859371ec CHORE(ci): update repoURL from Gitea to GitHub
- Update repository URL to GitHub
- Change source control provider
2025-12-30 01:17:04 +09:00

21 lines
452 B
YAML

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