Skip to content

Instantly share code, notes, and snippets.

@sgrankin
Created November 7, 2017 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgrankin/360471146e7c273fecce48e859d498e5 to your computer and use it in GitHub Desktop.
Save sgrankin/360471146e7c273fecce48e859d498e5 to your computer and use it in GitHub Desktop.
admin:
ip: 0.0.0.0
namers:
- kind: io.l5d.k8s
telemetry:
- kind: io.l5d.influxdb
usage:
enabled: false
routers:
- protocol: http
label: public
identifier:
- kind: io.l5d.ingress
namespace: default
- kind: io.l5d.header.token
servers:
- port: 80
ip: 0.0.0.0
clearContext: true
addForwardedHeader:
for:
kind: ip
by:
kind: static
label: linkerd
dtab: >-
/svc => /#/io.l5d.k8s/ingress/http/default-backend;
/svc => /#/io.l5d.k8s;
- protocol: http
label: private
identifier:
- kind: io.l5d.ingress
- kind: io.l5d.header.token
servers:
- port: 81
ip: 0.0.0.0
clearContext: true
addForwardedHeader:
for:
kind: ip
by:
kind: static
label: linkerd
dtab: >-
/svc => /#/io.l5d.k8s/ingress/http/default-backend;
/svc => /#/io.l5d.k8s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment