Fix API7 Enterprise admin URL to use dashboard service
Some checks failed
Helm Chart Build / lint-only (push) Has been skipped
Helm Chart Build / build-helm (push) Successful in 16s
Build and Deploy / build-api (push) Has been cancelled
Build and Deploy / build-web (push) Has been cancelled

Changed adminUrl from dp-manager:7900 to dashboard:7080 for API7
Enterprise backend. The dp-manager service is for APISIX, while
API7EE requires the dashboard service which exposes the admin API.

This fixes the 404 errors when ADC tries to fetch configuration:
- GET /api/version
- GET /api/gateway_groups
- GET /api/schema/core

🤖 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:00:28 +02:00
parent 05b013d378
commit 6f8e327210

View File

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