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

Limit cache seeding to 0,3 zoom levels

parent 572130af
No related branches found
No related merge requests found
...@@ -16,6 +16,7 @@ cache: ...@@ -16,6 +16,7 @@ cache:
seed: seed:
images: false images: false
overlays: false overlays: false
seedArgs: "-z 0,3"
ingress: ingress:
enabled: true enabled: true
annotations: annotations:
......
...@@ -17,11 +17,11 @@ cache: ...@@ -17,11 +17,11 @@ cache:
seed: seed:
images: true images: true
overlays: true overlays: true
seedArgs: "-z 0,3"
ingress: ingress:
enabled: true enabled: true
annotations: annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false" ingress.kubernetes.io/ssl-redirect: "true"
# ingress.kubernetes.io/ssl-redirect: "true"
hosts: hosts:
- host: geosphere.ssec.wisc.edu - host: geosphere.ssec.wisc.edu
paths: ["/mapcache"] paths: ["/mapcache"]
......
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