Skip to content

Commit 655c6f5

Browse files
authored
Merge pull request #1379 from consideRatio/pr/add-loadBalancerIP-to-schema
helm chart: add service.loadBalancerIP to schema
2 parents 7e8914f + 70f757f commit 655c6f5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

helm-chart/binderhub/schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

helm-chart/binderhub/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ service:
3434
annotations:
3535
prometheus.io/scrape: 'true'
3636
nodePort:
37+
loadBalancerIP:
3738

3839
config:
3940
BinderHub: {}

tools/templates/lint-and-validate-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4344
config:
4445
BinderHub:

0 commit comments

Comments
 (0)