update(app): add helm chart and cleanup repo
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s
This commit is contained in:
@@ -45,7 +45,6 @@ def think_k8s():
|
||||
|
||||
cluster_name = "eks-staging"
|
||||
|
||||
# Format node data
|
||||
nodes = []
|
||||
for node in v1.list_node().items:
|
||||
# Fetch ephemeral-storage and instance type
|
||||
@@ -61,7 +60,6 @@ def think_k8s():
|
||||
"namespaces": [ns.metadata.name for ns in v1.list_namespace().items]
|
||||
})
|
||||
|
||||
# Fetch environment variables
|
||||
api_url = os.getenv("AI_API_URL")
|
||||
auth_token = os.getenv("AI_API_TOKEN")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user