feat: Add a load balancer IP to server's service (#306)

* add loadBalancerIP to server's service

* optimize condition
This commit is contained in:
Maciej Strzelecki 2020-04-14 23:15:17 +02:00 committed by GitHub
parent 02f9725f77
commit 53edfb9fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -404,6 +404,7 @@ server:
type: ClusterIP
servicePortHttp: 80
servicePortHttps: 443
loadBalancerIP: ""
loadBalancerSourceRanges: []
## Server metrics service configuration