CHORE(app): add ArgoCD SSL configuration

- Enable SSL for ArgoCD API
- Configure TLS settings
This commit is contained in:
2025-11-25 12:30:00 +09:00
parent 124c7723db
commit 822afb3215
4 changed files with 39 additions and 4 deletions

View File

@@ -37,6 +37,12 @@ spec:
name: argocd-token
key: token
optional: false
- name: ARGOCD_CA_CERT
valueFrom:
secretKeyRef:
name: argocd-ca-cert
key: ca.crt
optional: true
resources:
requests:
memory: "100Mi"