little improvements to deployment

This commit is contained in:
Tobias Brunner 2020-05-25 23:45:33 +02:00
parent a7926d5d78
commit 6f5f2cc24b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ spec:
imagePullPolicy: Always
name: ipapi
args:
- -H "X-Real-IP"
- -H "X-Forwarded-For"
ports:
- containerPort: 8080
name: http

View File

@ -9,6 +9,6 @@ spec:
ports:
- name: http
port: 8080
targetPort: 8080
targetPort: http
selector:
app: ipapi