Skip to content

Instantly share code, notes, and snippets.

@utkarshmani1997
Created October 31, 2017 14:23
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 utkarshmani1997/3935167e3762a6d6dd2074afee52511c to your computer and use it in GitHub Desktop.
Save utkarshmani1997/3935167e3762a6d6dd2074afee52511c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: goserver-service
spec:
selector:
app: goserver
type: NodePort
ports:
- port: 80
targetPort: 8080
nodePort: 32500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment