Skip to content

Instantly share code, notes, and snippets.

@priyankvex
Last active November 19, 2017 15:03
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/3b34ec02c82934b84c8dfb68272ed4f1 to your computer and use it in GitHub Desktop.
Save priyankvex/3b34ec02c82934b84c8dfb68272ed4f1 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: my-nginx-web-service
labels:
run: my-nginx-web-service
spec:
type: NodePort
ports:
- port: 80
protocol: TCP
selector:
app: my-nginx-webserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment