From a82f9d81d1d889d63fda96b22dcecc823fef34cc Mon Sep 17 00:00:00 2001 From: "d.viti" Date: Wed, 8 Oct 2025 18:36:48 +0200 Subject: [PATCH] Simplify API7 Enterprise admin URL to use short service name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- helm/api7ee-demo-k8s/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/api7ee-demo-k8s/values.yaml b/helm/api7ee-demo-k8s/values.yaml index ba852c8..4ec729b 100644 --- a/helm/api7ee-demo-k8s/values.yaml +++ b/helm/api7ee-demo-k8s/values.yaml @@ -218,7 +218,7 @@ api7: # API7 Gateway connection gateway: # 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! group: default # Gateway service for traffic routing