imageSource:
  #  s3Endpoint: "http://geosphere-minio:9000"
  existingClaim: "cspp-geo-geo2grid"
tileSource:
  existingClaim: "geosphere-tile-gen-shapefiles"
database:
  postgresHost: "localhost"
  postgresPort: 5432
  postgresDatabaseName: "postgres"
  postgresUser: "postgres"
  postgresPasswordSecret: "fake-secret"
ingress:
  enabled: true
  annotations:
   nginx.ingress.kubernetes.io/ssl-redirect: "false"
  #   ingress.kubernetes.io/ssl-redirect: "true"
  hosts:
    - host: test
      paths: ["/wms", "/wms_times"]
    # the test site uses the production WMS server
#    - host: geosphere-test.ssec.wisc.edu
#      paths: ["/wms", "/wms_times"]
  tls:
    - hosts:
        - "test"
      secretName: "test-tls-certs"