From e6ef094732695fd03e946655e677f4723761ae74 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 10 Nov 2023 11:31:23 +0800 Subject: [PATCH] kafka --- tcs-upgrade/kafka/akhq.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tcs-upgrade/kafka/akhq.yaml b/tcs-upgrade/kafka/akhq.yaml index edfe01f..efdc616 100644 --- a/tcs-upgrade/kafka/akhq.yaml +++ b/tcs-upgrade/kafka/akhq.yaml @@ -92,12 +92,11 @@ kind: Service metadata: name: akhq spec: - type: NodePort + type: ClusterIP ports: - name: http protocol: TCP port: 8080 targetPort: http - nodePort: 30022 selector: app: akhq \ No newline at end of file