From 572130af30dc9e5a9a93cf1d55283d5e921a3d7a Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Sun, 29 Nov 2020 19:39:47 -0600
Subject: [PATCH] Fix geosphere client using geosphere-test cache

---
 ci_geosphere/values-client.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci_geosphere/values-client.yaml b/ci_geosphere/values-client.yaml
index 00d9e34..57c3ec7 100644
--- a/ci_geosphere/values-client.yaml
+++ b/ci_geosphere/values-client.yaml
@@ -11,7 +11,7 @@ ingress:
       secretName: "geosphere-tls-certs"
 
 infoServer: "https://geosphere.ssec.wisc.edu"
-tileServer: "https://geosphere{1-4}-test.ssec.wisc.edu/mapcache/wmts"
+tileServer: "https://geosphere{1-4}.ssec.wisc.edu/mapcache/wmts"
 # Old Presto System:
 #infoServer: "http://presto.ssec.wisc.edu:8888"
 #tileServer: "http://g2g{1-4}.ssec.wisc.edu:8889/mapcache/wmts"
-- 
GitLab