Simplify API7 Enterprise admin URL to use short service name
All checks were successful
Helm Chart Build / lint-only (push) Has been skipped
Helm Chart Build / build-helm (push) Successful in 9s
Build and Deploy / build-api (push) Successful in 46s
Build and Deploy / build-web (push) Successful in 1m3s

Changed adminUrl from fully qualified domain name to short service name:
- Before: http://api7ee3-0-1759339083-dashboard.api7ee.svc.cluster.local:7080
- After: http://api7ee3-0-1759339083-dashboard:7080

The short name works within the same namespace and is simpler to manage.
This fixes the ADC sync job which was failing with 404 errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
d.viti
2025-10-08 18:36:48 +02:00
parent 5ca3123ecf
commit a82f9d81d1

View File

@@ -218,7 +218,7 @@ api7:
# API7 Gateway connection # API7 Gateway connection
gateway: gateway:
# Use the Dashboard service for API7 Enterprise admin API # Use the Dashboard service for API7 Enterprise admin API
adminUrl: http://api7ee3-0-1759339083-dashboard.api7ee.svc.cluster.local:7080 adminUrl: http://api7ee3-0-1759339083-dashboard:7080
adminKey: "" # Change this! adminKey: "" # Change this!
group: default group: default
# Gateway service for traffic routing # Gateway service for traffic routing