-
David Hoese authoredVerified07aa4054
test-shapefiles-and-postgis-radf-values.yaml 638 B
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:
- path: "/wms"
pathType: ImplementationSpecific
tls:
- hosts:
- "test"
secretName: "test-tls-certs"