Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 4, 2020 07:05
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/2c424540ba7b89a7f60b166bc4d30fc1 to your computer and use it in GitHub Desktop.
Save velotiotech/2c424540ba7b89a7f60b166bc4d30fc1 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: 3000
selector:
app: test-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment