-
-
Save rajesh2k3/ef3b99e7a28af2aecea4638f7606ee3c to your computer and use it in GitHub Desktop.
linkerd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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