From 3418d30f1983b47a546238b07dfb26cf24a65dc2 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Fri, 18 Dec 2020 14:47:50 -0600 Subject: [PATCH] Add basic shapefiles only values lint test --- ci/test-shapefiles-only-values.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ci/test-shapefiles-only-values.yaml diff --git a/ci/test-shapefiles-only-values.yaml b/ci/test-shapefiles-only-values.yaml new file mode 100644 index 0000000..2e7c681 --- /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" -- GitLab