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