apiVersion: v1 kind: Service metadata: name: zk spec: ports: - name: client-port port: 2181 protocol: TCP targetPort: 2181 selector: app: zk