Skip to content

Instantly share code, notes, and snippets.

@mikery
Created November 18, 2018 14:52
Show Gist options
  • Save mikery/62a3ca2e65c4cfe541d291b3904b4d71 to your computer and use it in GitHub Desktop.
Save mikery/62a3ca2e65c4cfe541d291b3904b4d71 to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: my-service
spec:
type: LoadBalancer
selector:
app: my-app
ports:
- protocol: TCP
port: 80
targetPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment