Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created May 8, 2017 18:29
Show Gist options
  • Save mateobur/1d99b7bf411f78cd3dbe696ff3c555e2 to your computer and use it in GitHub Desktop.
Save mateobur/1d99b7bf411f78cd3dbe696ff3c555e2 to your computer and use it in GitHub Desktop.
linkerd service
---
apiVersion: v1
kind: Service
metadata:
name: l5d
spec:
selector:
app: l5d
type: LoadBalancer
ports:
- name: outgoing
port: 4140
- name: incoming
port: 4141
- name: admin
port: 9990
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment