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 tags found
No related merge requests found
......@@ -16,6 +16,7 @@ cache:
seed:
images: false
overlays: false
seedArgs: "-z 0,3"
ingress:
enabled: true
annotations:
......
......@@ -17,11 +17,11 @@ cache:
seed:
images: true
overlays: true
seedArgs: "-z 0,3"
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: ["/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