diff --git a/portal/templates/instance_profile_monitoring.html b/portal/templates/instance_profile_monitoring.html index 6b09ad9..cc86199 100644 --- a/portal/templates/instance_profile_monitoring.html +++ b/portal/templates/instance_profile_monitoring.html @@ -1,4 +1,4 @@ -{% if instance_details['metadata']['cluster'] in ['uutah-prod', 'utah-dev', 'umich-prod', 'uchicago-prod'] and instance_details['details']['pods'] %} +{% if instance_details['metadata']['cluster'] in ['uutah-prod', 'utah-dev', 'umich-prod', 'uchicago-prod2'] and instance_details['details']['pods'] %}

Application Monitoring


diff --git a/portal/views.py b/portal/views.py index 16f476a..651aa9b 100644 --- a/portal/views.py +++ b/portal/views.py @@ -255,7 +255,7 @@ def dashboard(): # single-user mode clusters = ["my-cluster"] else: - clusters = ["uutah-prod", "uchicago-prod", "umich-prod"] + clusters = ["uutah-prod", "uchicago-prod2", "umich-prod"] feed = feedparser.parse("https://slateci.io/feed.xml") news = "New blog posts: \n"