-
-
Save rajesh2k3/ef3b99e7a28af2aecea4638f7606ee3c to your computer and use it in GitHub Desktop.
Revisions
-
mateobur revised this gist
May 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata: spec: selector: app: l5d type: LoadBalancer ports: - name: outgoing port: 4140 -
mateobur created this gist
May 8, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ --- apiVersion: v1 kind: Service metadata: name: l5d spec: selector: app: l5d type: NodePort ports: - name: outgoing port: 4140 - name: incoming port: 4141 - name: admin port: 9990