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.

Revisions

  1. @mateobur mateobur revised this gist May 8, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion l5d-service.yml
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ metadata:
    spec:
    selector:
    app: l5d
    type: NodePort
    type: LoadBalancer
    ports:
    - name: outgoing
    port: 4140
  2. @mateobur mateobur created this gist May 8, 2017.
    16 changes: 16 additions & 0 deletions l5d-service.yml
    Original 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