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

Switch GCP mapcache to local SSD

parent 90e108e9
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ wms:
host: "geosphere-mapserver"
cache:
persistence:
enabled: true
storageClass: "standard"
size: 2Ti
cleanup:
# every 6 hours
schedule: "0 */6 * * *"
age: "+2"
# false so we use emptyDir for local SSD storage
enabled: false
# storageClass: "standard"
# size: 2Ti
# cleanup:
# schedule: "0 */6 * * *"
# age: "+2"
database:
postgresHost: "geosphere-postgis-postgresql"
postgresPort: 5432
......@@ -31,3 +31,9 @@ ingress:
hosts:
- host: ""
paths: ["/mapcache"]
nodeSelector:
geosphere-node: cache
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
resources:
requests:
ephemeral-storage: "1500Gi"
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