Skip to content

Commit d4001eb

Browse files
committed
chore(kafka): bind info
1 parent ba410ee commit d4001eb

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

addons/kafka/3.6/plans/standard-16c32g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

addons/kafka/3.6/plans/standard-1c2g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

addons/kafka/3.6/plans/standard-24c64g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

addons/kafka/3.6/plans/standard-2c4g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

addons/kafka/3.6/plans/standard-4c8g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

addons/kafka/3.6/plans/standard-8c16g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ credential:
3232
valueFrom:
3333
serviceRef:
3434
name: {{ template "common.names.fullname" . }}
35-
jsonpath: '{ .spec.ports[?(@.name=="tcp-external")].port }'
35+
jsonpath: '{ .spec.ports[?(@.name=="tcp-client")].port }'
3636
{{- end }}
3737

3838
{{- $brokerList := list }}

0 commit comments

Comments
 (0)