Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 3, 2020 10:34
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 velotiotech/3d36fb6961fd5d0b3063b759480fa7d4 to your computer and use it in GitHub Desktop.
Save velotiotech/3d36fb6961fd5d0b3063b759480fa7d4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: test-service
spec:
type: LoadBalancer
ports:
- name: test-service
port: 80
protocol: TCP
targetPort: 5000
selector:
app: test-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment