CHORE(api): add ArgoCD API integration
- Add ArgoCD API endpoint - Enable ArgoCD connectivity
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user