Skip to content

Instantly share code, notes, and snippets.

@rajesh2k3
Forked from mateobur/l5d-service.yml
Created February 7, 2019 08:59
Show Gist options
  • Save rajesh2k3/ef3b99e7a28af2aecea4638f7606ee3c to your computer and use it in GitHub Desktop.
Save rajesh2k3/ef3b99e7a28af2aecea4638f7606ee3c 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