Cannot get remote ip client in X-Real-IP and X-Forwarded-For

i install and configure traefik as ingress controller on EKS aws, however i am facing problem that is the address of x-real-ip and x-forwarded-for is local address of pod , how to get IP of remote client ? I installed following instructions here with helm chart https://computingforgeeks.com/install-configure-traefik-ingress-controller-on-kubernetes/ , please help