diff --git a/src/api/polaris.ts b/src/api/polaris.ts index af2ef93..387ddaf 100644 --- a/src/api/polaris.ts +++ b/src/api/polaris.ts @@ -157,7 +157,8 @@ export function computeScore(counts: ResultCounts): number { // --- Data fetching hook --- -const POLARIS_API_PATH = '/api/v1/namespaces/polaris/services/polaris-dashboard/proxy/results.json'; +const POLARIS_API_PATH = + '/api/v1/namespaces/polaris/services/polaris-dashboard:80/proxy/results.json'; interface PolarisDataState { data: AuditData | null;