Skip to content

Instantly share code, notes, and snippets.

@miluna
Created December 2, 2021 14:47
Show Gist options
  • Save miluna/e53a811f00ad4cc19b334366958b5b64 to your computer and use it in GitHub Desktop.
Save miluna/e53a811f00ad4cc19b334366958b5b64 to your computer and use it in GitHub Desktop.
Sample Kubernetes Service yml
apiVersion: v1
kind: Service
metadata:
name: <ms-name>
spec:
type: NodePort
ports:
- port: 80
protocol: TCP
targetPort: 8080
name: <ms-name-port>
selector:
app: <ms-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment