Skip to content
Snippets Groups Projects
values-mapcache.yaml 1016 B
Newer Older
David Hoese's avatar
David Hoese committed
rabbitIn:
  host: "geosphere-rabbit-rabbitmq"
  username: "user"
  passwordSecret: "geosphere-rabbit-rabbitmq"
  topic: "data.goes.g16.abi.*.l1b.tiles.*.complete"
David Hoese's avatar
David Hoese committed
wms:
  host: "geosphere-mapserver"
David Hoese's avatar
David Hoese committed
cache:
  persistence:
    enabled: true
    storageClass: "local-path"
David Hoese's avatar
David Hoese committed
seed:
  images: true
  overlays: true
ingress:
  enabled: true
  annotations:
    ingress.kubernetes.io/ssl-redirect: "true"
David Hoese's avatar
David Hoese committed
  hosts:
    - host: geosphere-test.ssec.wisc.edu
      paths: ["/mapcache"]
    - host: geosphere1-test.ssec.wisc.edu
      paths: ["/mapcache"]
    - host: geosphere2-test.ssec.wisc.edu
      paths: ["/mapcache"]
    - host: geosphere3-test.ssec.wisc.edu
      paths: ["/mapcache"]
    - host: geosphere4-test.ssec.wisc.edu
      paths: ["/mapcache"]
  tls:
    - hosts:
        - "geosphere-test.ssec.wisc.edu"
        - "geosphere1-test.ssec.wisc.edu"
        - "geosphere2-test.ssec.wisc.edu"
        - "geosphere3-test.ssec.wisc.edu"
        - "geosphere4-test.ssec.wisc.edu"
      secretName: "geosphere-tls-certs"