Changed adminUrl to use HTTPS instead of HTTP: - Before: http://api7ee3-0-1759339083-dashboard:7080 - After: https://api7ee3-0-1759339083-dashboard:7443 Also enabled tlsSkipVerify for the dashboard's self-signed certificate. Testing revealed that: - Port 7080 HTTP doesn't work (pod listens on 7081 localhost only) - Port 7443 HTTPS is the correct admin API endpoint - Self-signed certificate requires TLS verification skip This fixes the ADC sync job 404 errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>