Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goindwalia/5fcc488cef85581580960f6083e31951 to your computer and use it in GitHub Desktop.
Save goindwalia/5fcc488cef85581580960f6083e31951 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: vp0
namespace: default
spec:
type: NodePort
ports:
- name: "port1"
port: 7050
protocol: ""
targetPort: 0
- name: "port2"
nodePort: 0
port: 7051
protocol: ""
targetPort: 0
- name: "port3"
nodePort: 0
port: 7053
protocol: ""
targetPort: 0
selector:
service: vp0
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment