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 imagePullPolicy: Always
name: ipapi name: ipapi
args: args:
- -H "X-Real-IP" - -H "X-Forwarded-For"
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http

View File

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