Skip to content

Commit

Permalink
fix: add app ports
Browse files Browse the repository at this point in the history
  • Loading branch information
seagyn committed Apr 25, 2024
1 parent bc392e9 commit 2377fac
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.2"
appVersion: "0.5.2"
version: "0.5.3"
appVersion: "0.5.3"
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 @@ -15,7 +15,7 @@ spec:
service:
name: schemaregistry
port:
number: 9092
number: 8081
path: /
pathType: ImplementationSpecific
tls:
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 @@ -15,7 +15,7 @@ spec:
service:
name: connect
port:
number: 9092
number: 8083
path: /
pathType: ImplementationSpecific
tls:
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 @@ -15,7 +15,7 @@ spec:
service:
name: ksqldb
port:
number: 9092
number: 8088
path: /
pathType: ImplementationSpecific
tls:
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 @@ -15,7 +15,7 @@ spec:
service:
name: controlcenter
port:
number: 9092
number: 9021
path: /
pathType: ImplementationSpecific
tls:
Expand Down

0 comments on commit 2377fac

Please sign in to comment.