Files
platform/argocd/manifests/argocd-cm.yaml
Mayne0213 045967b265 REFACTOR(argocd): move config files to manifests/
- Move namespace.yaml to manifests/
- Move argocd-cm.yaml to manifests/
- Move argocd-rbac-cm.yaml to manifests/
- Move argocd-cmd-params-cm.yaml to manifests/
- Move ingress.yaml to manifests/
2026-01-06 15:42:19 +09:00

15 lines
415 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
# Enable anonymous access (Authelia handles authentication)
users.anonymous.enabled: "true"
# Reconciliation interval (default: 180s)
# Set to 24h to reduce memory usage - manual Refresh/Sync when needed
timeout.reconciliation: "24h"