fix: revert to working API endpoints while fixing batch processing configuration

This commit is contained in:
2025-10-15 16:42:37 -03:00
parent cea7e2c0cd
commit 9faa4516f2
2 changed files with 50 additions and 138 deletions

View File

@@ -58,7 +58,7 @@ def analyze_cluster(self, cluster_config=None):
import os
# Get the API base URL from environment
api_base_url = os.getenv('API_BASE_URL', 'http://localhost:8080')
api_base_url = os.getenv('API_BASE_URL', 'http://resource-governance-service:8080')
try:
# Call the real cluster status API