Skip to content

Instantly share code, notes, and snippets.

@boriphuth
Created July 28, 2020 08:54
Show Gist options
  • Save boriphuth/86244b19c5273df3f04a71bdd810b94d to your computer and use it in GitHub Desktop.
Save boriphuth/86244b19c5273df3f04a71bdd810b94d 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:
name: app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment