From 418e9794be30c6b40553219f74e705339ab9b929 Mon Sep 17 00:00:00 2001 From: Aleksandr Tcitlionok <803797+terghalin@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:07:39 +0000 Subject: [PATCH] fix(think): use staging --- app/routes/think.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/think.py b/app/routes/think.py index 8347b96..49bcbb6 100644 --- a/app/routes/think.py +++ b/app/routes/think.py @@ -43,7 +43,7 @@ def think_k8s(): config.load_incluster_config() v1 = client.CoreV1Api() - cluster_name = "k8s-cluster" + cluster_name = "eks-staging" # Format node data nodes = []