Files
nginx-portal/k8s/06-argocd-app.yaml
qorgh529 34f130d0cd
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
Update k8s/06-argocd-app.yaml
상세내용 변경
2026-04-06 12:26:11 +00:00

21 lines
437 B
YAML
Executable File

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: web-portal
namespace: argocd
spec:
project: default
source:
repoURL: http://192.168.10.101:30000/qorgh529/k8s-portal.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: web-portal
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true