diff --git a/ci/test-shapefiles-only-values.yaml b/ci/test-shapefiles-only-values.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2e7c6815347f0d2e720abc8f9fe0509543cb8e2b --- /dev/null +++ b/ci/test-shapefiles-only-values.yaml @@ -0,0 +1,20 @@ +imageSource: + # s3Endpoint: "http://geosphere-minio:9000" + existingClaim: "cspp-geo-geo2grid" +tileSource: + existingClaim: "geosphere-tile-gen-shapefiles" +ingress: + enabled: true + annotations: + nginx.ingress.kubernetes.io/ssl-redirect: "false" + # ingress.kubernetes.io/ssl-redirect: "true" + hosts: + - host: test + paths: ["/wms", "/wms_times"] + # the test site uses the production WMS server +# - host: geosphere-test.ssec.wisc.edu +# paths: ["/wms", "/wms_times"] + tls: + - hosts: + - "test" + secretName: "test-tls-certs"