Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created June 17, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save renatogroffe/a31fca447004623f8114da1b17e1fde0 to your computer and use it in GitHub Desktop.
Save renatogroffe/a31fca447004623f8114da1b17e1fde0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: contagem-service
labels:
version: test
spec:
selector:
app: contagem
ports:
- port: 80
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment