Skip to content
Snippets Groups Projects
values-mapcache.yaml 694 B
Newer Older
rabbitIn:
  host: "geosphere-rabbit-rabbitmq"
  username: "user"
  passwordSecret: "geosphere-rabbit-rabbitmq"
  topic: "data.goes.g16.abi.*.l1b.tiles.*.complete"
wms:
  host: "geosphere-mapserver"
cache:
  persistence:
    enabled: true
    storageClass: "standard"
    size: 2Ti
    cleanup:
      # every 6 hours
      schedule: "0 */6 * * *"
      age: "+2"
database:
  postgresHost: "geosphere-postgis-postgresql"
  postgresPort: 5432
  postgresDatabaseName: "postgres"
  postgresUser: "postgres"
  postgresPasswordSecret: "geosphere-postgis-postgresql"
seed:
  images: true
  overlays: true
  seedArgs: "-z 0,3"
ingress:
  enabled: true
  hosts:
    - host: ""
      paths: ["/mapcache"]