Disable ArgoCD polling - webhook only

- Set timeout.reconciliation to 0 (disabled)
- ArgoCD now relies solely on GitHub webhooks for refresh
- Reduces unnecessary reconciliation cycles
This commit is contained in:
2026-01-07 18:54:15 +09:00
parent 7bcab45089
commit 9f46c94dff

View File

@@ -10,5 +10,5 @@ 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"
# Set to 0 to disable polling - webhook only
timeout.reconciliation: "0"