Skip to content

Commit

Permalink
fix: use correct services
Browse files Browse the repository at this point in the history
  • Loading branch information
seagyn committed Apr 25, 2024
1 parent 6b471cf commit fbc0302
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/confluent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: lsdmesp-confluent
version: "0.5.4"
appVersion: "0.5.4"
version: "0.5.5"
appVersion: "0.5.5"
description: 'LSDMESP CFK: LSD Event Streaming Platform with Confluent Operator'
keywords:
- lsdmesp
Expand Down
2 changes: 1 addition & 1 deletion charts/confluent/templates/020.schemaregistry-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
paths:
- backend:
service:
name: schemaregistry
name: schemaregistry-0-internal
port:
number: 8081
path: /
Expand Down
2 changes: 1 addition & 1 deletion charts/confluent/templates/030.connect-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
paths:
- backend:
service:
name: connect
name: connect-0-internal
port:
number: 8083
path: /
Expand Down
2 changes: 1 addition & 1 deletion charts/confluent/templates/031.ksqldb-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
paths:
- backend:
service:
name: ksqldb
name: ksqldb-0-internal
port:
number: 8088
path: /
Expand Down
2 changes: 1 addition & 1 deletion charts/confluent/templates/050.controlcenter-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
paths:
- backend:
service:
name: controlcenter
name: controlcenter-0-internal
port:
number: 9021
path: /
Expand Down

0 comments on commit fbc0302

Please sign in to comment.