Skip to content
Snippets Groups Projects
Verified Commit 2407c5b9 authored by David Hoese's avatar David Hoese
Browse files

Update to use geosphere{1-4}-test URLs on HTTPS for gamma

parent 55d213f3
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,8 @@ ingress:
# - "geosphere.ssec.wisc.edu"
# secretName: "geosphere-tls-certs"
infoServer: "http://gamma-test1.ssec.wisc.edu"
tileServer: "http://gamma-test{1-2}.ssec.wisc.edu/mapcache/wmts"
# infoServer: "https://geosphere.ssec.wisc.edu"
# tileServer: "https://geosphere{1-4}.ssec.wisc.edu/mapcache/wmts"
infoServer: "https://geosphere.ssec.wisc.edu"
tileServer: "https://geosphere{1-4}.ssec.wisc.edu/mapcache/wmts"
maxFullDiskFrames: 144
maxConusFrames: 288
maxMesoFrames: 720
......@@ -30,11 +30,19 @@ ingress:
# annotations:
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: gamma-test1.ssec.wisc.edu
- host: geosphere1-test.ssec.wisc.edu
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
- host: gamma-test2.ssec.wisc.edu
- host: geosphere2-test.ssec.wisc.edu
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
- host: geosphere3-test.ssec.wisc.edu
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
- host: geosphere4-test.ssec.wisc.edu
paths:
- path: "/mapcache"
pathType: ImplementationSpecific
......
......@@ -16,7 +16,7 @@ ingress:
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: gamma-test1.ssec.wisc.edu
- host: geosphere-test.ssec.wisc.edu
paths:
- path: "/wms"
pathType: ImplementationSpecific
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment