Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
c39d6a60
Verified
Commit
c39d6a60
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add LoadBalancer service type to mapcache and mapserver services for GCP
parent
e2216cc8
No related branches found
Branches containing commit
Tags
gcp-r20210105_2255
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_gcp/values-mapcache.yaml
+2
-0
2 additions, 0 deletions
ci_gcp/values-mapcache.yaml
ci_gcp/values-mapserver.yaml
+2
-0
2 additions, 0 deletions
ci_gcp/values-mapserver.yaml
with
4 additions
and
0 deletions
ci_gcp/values-mapcache.yaml
+
2
−
0
View file @
c39d6a60
...
...
@@ -24,6 +24,8 @@ seed:
images
:
true
overlays
:
true
seedArgs
:
"
-z
0,3"
service
:
type
:
LoadBalancer
ingress
:
enabled
:
true
hosts
:
...
...
This diff is collapsed.
Click to expand it.
ci_gcp/values-mapserver.yaml
+
2
−
0
View file @
c39d6a60
...
...
@@ -9,6 +9,8 @@ database:
postgresDatabaseName
:
"
postgres"
postgresUser
:
"
postgres"
postgresPasswordSecret
:
"
geosphere-postgis-postgresql"
service
:
type
:
LoadBalancer
ingress
:
enabled
:
true
hosts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment