palashbasik
palashbasik
I tried adding middleware but still the same problem. Below is the snippet of traefik configmap. ``` http: middlewares: l5d-header: headers: customRequestHeaders: l5d-dst-override: "example-service.default.svc.cluster.local:8000" routers: example-service: entryPoints: - websecure rule:...
Below is the override-values.yaml file for Traefik. ``` deployment: replicas: 3 podAnnotations: linkerd.io/inject: ingress # Pod disruption budget podDisruptionBudget: enabled: true # maxUnavailable: 1 # maxUnavailable: 33% minAvailable: 1 #...