Skip to content

Instantly share code, notes, and snippets.

@thecraftman
Last active August 12, 2021 06:38
Show Gist options
  • Save thecraftman/4f4d9607f324d571cb8e5bfe087663aa to your computer and use it in GitHub Desktop.
Save thecraftman/4f4d9607f324d571cb8e5bfe087663aa to your computer and use it in GitHub Desktop.
kubernetes service
apiVersion: v1
kind: Service
metadata:
name: helloworld-service
spec:
ports:
- port: 31001
nodePort: 31001
targetPort: python-port
protocol: TCP
selector:
app: hello-world
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment