diff --git a/ci_geosphere/values-client.yaml b/ci_geosphere/values-client.yaml index 643bf65317cbaf9466040cfa4d73c6cfb446ed1f..00d9e34dbecd6fc3ba1728eedea24857ec8433c4 100644 --- a/ci_geosphere/values-client.yaml +++ b/ci_geosphere/values-client.yaml @@ -1,8 +1,7 @@ ingress: enabled: true annotations: - nginx.ingress.kubernetes.io/ssl-redirect: "false" -# ingress.kubernetes.io/ssl-redirect: "true" + ingress.kubernetes.io/ssl-redirect: "true" hosts: - host: geosphere.ssec.wisc.edu paths: ["/"] @@ -11,5 +10,8 @@ ingress: - "geosphere.ssec.wisc.edu" secretName: "geosphere-tls-certs" -infoServer: "http://presto.ssec.wisc.edu:8888" -tileServer: "http://g2g{1-4}.ssec.wisc.edu:8889/mapcache/wmts" +infoServer: "https://geosphere.ssec.wisc.edu" +tileServer: "https://geosphere{1-4}-test.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"