feat: Add a load balancer IP to server's service (#306)
* add loadBalancerIP to server's service * optimize condition
This commit is contained in:
parent
02f9725f77
commit
53edfb9fc5
3 changed files with 8 additions and 2 deletions
|
|
@ -404,6 +404,7 @@ server:
|
|||
type: ClusterIP
|
||||
servicePortHttp: 80
|
||||
servicePortHttps: 443
|
||||
loadBalancerIP: ""
|
||||
loadBalancerSourceRanges: []
|
||||
|
||||
## Server metrics service configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue