From 6f8e327210474c4b82910a8e879dbb97b0025653 Mon Sep 17 00:00:00 2001 From: "d.viti" Date: Wed, 8 Oct 2025 18:00:28 +0200 Subject: [PATCH] Fix API7 Enterprise admin URL to use dashboard service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- helm/api7ee-demo-k8s/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/api7ee-demo-k8s/values.yaml b/helm/api7ee-demo-k8s/values.yaml index 2db9664..ba852c8 100644 --- a/helm/api7ee-demo-k8s/values.yaml +++ b/helm/api7ee-demo-k8s/values.yaml @@ -217,8 +217,8 @@ api7: # API7 Gateway connection gateway: - # Use the actual DP Manager service for admin API - adminUrl: http://api7ee3-0-1759339083-dp-manager.api7ee.svc.cluster.local:7900 + # Use the Dashboard service for API7 Enterprise admin API + adminUrl: http://api7ee3-0-1759339083-dashboard.api7ee.svc.cluster.local:7080 adminKey: "" # Change this! group: default # Gateway service for traffic routing