Skip to content

Instantly share code, notes, and snippets.

@priyankvex
Created February 4, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyankvex/20b506c3db9d5ae19c4cb5972113d991 to your computer and use it in GitHub Desktop.
Save priyankvex/20b506c3db9d5ae19c4cb5972113d991 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: dogs-service
labels:
run: dogs-service
spec:
type: NodePort
ports:
- port: 80
protocol: TCP
selector:
app: dogs-deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment