Deploying Traefik on EKS cluster. Need to terminate the TLS session using the ALB and also pass the X-Forwarded-For header. Running Traefik v2.4.8 using official helm chart ( traefik/traefik
from https://helm.traefik.io/traefik
)
There is already an AWS managed certificate present arn:aws:acm:us-east-1:xxx:certificate/xxx
. I can manually set the DNS CNAME to point the ALB. No need to automate that.
What overrides are needed for Traefik helm chart, and also how to configure Ingress and/or IngressRoute to terminate TLS session on AWS ALB and populate the X-Forwarded-For header?