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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user