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

Add LoadBalancer service type to mapcache and mapserver services for GCP

parent e2216cc8
No related branches found
Tags gcp-r20210105_2255
No related merge requests found
......@@ -24,6 +24,8 @@ seed:
images: true
overlays: true
seedArgs: "-z 0,3"
service:
type: LoadBalancer
ingress:
enabled: true
hosts:
......
......@@ -9,6 +9,8 @@ database:
postgresDatabaseName: "postgres"
postgresUser: "postgres"
postgresPasswordSecret: "geosphere-postgis-postgresql"
service:
type: LoadBalancer
ingress:
enabled: true
hosts:
......
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