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

Switch GCP mapcache to use local-scsi storageclass

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