--- apiVersion: v1 kind: Service metadata: name: xqueue spec: type: NodePort ports: - port: 8040 protocol: TCP selector: app.kubernetes.io/name: xqueue