allow proxy header on ipapi

This commit is contained in:
Tobias Brunner 2020-05-25 22:50:34 +02:00
parent 3edf7167ef
commit a7926d5d78

View file

@ -27,6 +27,8 @@ spec:
- image: docker.io/mpolden/echoip:latest - image: docker.io/mpolden/echoip:latest
imagePullPolicy: Always imagePullPolicy: Always
name: ipapi name: ipapi
args:
- -H "X-Real-IP"
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http