File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,12 @@ properties:
186186 See [the Kubernetes
187187 documentation](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport)
188188 for more details about NodePorts.
189+ loadBalancerIP :
190+ type : [string, "null"]
191+ description : |
192+ See [the Kubernetes
193+ documentation](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer)
194+ for more details about loadBalancerIP.
189195
190196 config :
191197 type : object
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ service:
3434 annotations :
3535 prometheus.io/scrape : ' true'
3636 nodePort :
37+ loadBalancerIP :
3738
3839config :
3940 BinderHub : {}
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ service:
3939 mock-annotation1-key : mock-annotation1-value
4040 mock-annotation2-key : mock-annotation2-value
4141 nodePort : 1234
42+ loadBalancerIP : 123.123.123.123
4243
4344config :
4445 BinderHub :
You can’t perform that action at this time.
0 commit comments