apiVersion: v1 kind: Service metadata: name: rabbitmq spec: type: NodePort ports: - port: 5672 protocol: TCP selector: app: rabbitmq