correct ports and cleanup

This commit is contained in:
Tobias Brunner 2020-02-08 23:55:09 +01:00
parent 836f662f2b
commit cb73ccad99
3 changed files with 4 additions and 9 deletions

View File

@ -17,12 +17,7 @@ spec:
app: statping
spec:
containers:
- env:
- name: SERVER_HOST
value: owntracks
- name: SERVER_PORT
value: "8083"
image: docker.io/hunterlong/statping:v0.80.70
- image: docker.io/hunterlong/statping:v0.80.70
imagePullPolicy: IfNotPresent
name: statping
ports:

View File

@ -16,7 +16,7 @@ spec:
- path: /
backend:
serviceName: statping
servicePort: 80
servicePort: 8080
tls:
- hosts:
- status.tbrnt.ch

View File

@ -5,9 +5,9 @@ metadata:
namespace: statping
spec:
ports:
- port: 80
- port: 8080
protocol: TCP
targetPort: 80
targetPort: 8080
selector:
app: statping
type: ClusterIP