Add loadbalancerip (#1265)

* Add ability to configure loadbalancerip on service
* Add docs for configuring loadbalancerip
This commit is contained in:
Gene Tomilko
2023-03-22 11:27:17 -07:00
committed by GitHub
parent 6fd969633e
commit 88b1a8c125
4 changed files with 15 additions and 0 deletions

View File

@@ -132,6 +132,10 @@ spec:
description: Port to use for the loadbalancer
type: integer
default: 80
loadbalancer_ip:
description: Assign LoadBalancer IP address
type: string
default: ''
route_host:
description: The DNS to use to points to the instance
type: string