From 119f4990ad97aba16af68d8554ae200d61f86bfe Mon Sep 17 00:00:00 2001 From: Leo Li Date: Fri, 25 Aug 2023 09:12:58 -0400 Subject: [PATCH] Expose tls port for broker (#3305) * Expose the port for HTTPS broker Co-authored-by: Calum Murray Co-authored-by: Pierangelo Di Pilato * Change the format Signed-off-by: Leo HC Li <36619969+Leo6Leo@users.noreply.github.com> * Update 500-receiver.yaml Co-authored-by: Pierangelo Di Pilato --------- Signed-off-by: Leo HC Li <36619969+Leo6Leo@users.noreply.github.com> Co-authored-by: Calum Murray Co-authored-by: Pierangelo Di Pilato Co-authored-by: Pierangelo Di Pilato --- data-plane/config/broker/500-receiver.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data-plane/config/broker/500-receiver.yaml b/data-plane/config/broker/500-receiver.yaml index 97e682d015..fee514b3e6 100644 --- a/data-plane/config/broker/500-receiver.yaml +++ b/data-plane/config/broker/500-receiver.yaml @@ -182,7 +182,6 @@ spec: secretName: kafka-broker-ingress-server-tls optional: true - restartPolicy: Always --- @@ -212,6 +211,10 @@ spec: port: 8080 protocol: TCP targetPort: 8080 + - name: https-container + port: 8443 + protocol: TCP + targetPort: 8443 - name: http-metrics port: 9090 protocol: TCP