apiVersion: v1 kind: Service metadata: labels: app: ssh name: ssh spec: ports: - port: 22 selector: app: ssh type: NodePort