--- apiVersion: v1 kind: Service metadata: name: nginx spec: #type: NodePort selector: app: nginx ports: - protocol: TCP port: 80 #nodePort: 30080