You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
742 B

  1. # This file contains extra annotations to make Linkerd work with ingress.
  2. # ingress.mesh.annotations are inserted into ingress.annotations of the resource being generated, if mesh is deployed
  3. #
  4. # It is designed to work with NGINX ingress controller or the Http Application Routing
  5. #
  6. # Check https://linkerd.io/2/tasks/using-ingress/ for more info or other ingress controllers
  7. #
  8. # If using your custom file, use -ingressMeshAnnotationsFile parameter in deploy-all.ps1
  9. ingress:
  10. mesh:
  11. annotations:
  12. nginx.ingress.kubernetes.io/configuration-snippet: |
  13. proxy_set_header l5d-dst-override $service_name.$namespace.svc.cluster.local:$service_port;
  14. proxy_hide_header l5d-remote-ip;
  15. proxy_hide_header l5d-server-id;