Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 14, 2020 07:20
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 luandevpro/dd7211d4bfdf23bf98e85440c2f97dd0 to your computer and use it in GitHub Desktop.
Save luandevpro/dd7211d4bfdf23bf98e85440c2f97dd0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: entry-point
spec:
ports:
- port: 80
targetPort: 8080
type: NodePort
selector:
version: '1.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment