CHORE(api): add ArgoCD API integration

- Add ArgoCD API endpoint
- Enable ArgoCD connectivity
This commit is contained in:
2025-11-25 12:18:59 +09:00
parent d6039585d9
commit 124c7723db
7 changed files with 425 additions and 1 deletions

View File

@@ -29,6 +29,14 @@ spec:
env:
- name: NODE_ENV
value: production
- name: ARGOCD_SERVER_URL
value: "https://argocd-server.argocd.svc.cluster.local"
- name: ARGOCD_TOKEN
valueFrom:
secretKeyRef:
name: argocd-token
key: token
optional: false
resources:
requests:
memory: "100Mi"