mealie is running on port 80 - why
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2021-12-28 19:22:58 +01:00
parent f341ad19c6
commit 1e01a018be
3 changed files with 6 additions and 6 deletions

View File

@ -25,17 +25,17 @@ spec:
- name: TZ
value: Europe/Zurich
ports:
- containerPort: 9000
- containerPort: 80
livenessProbe:
httpGet:
path: /
port: 9000
port: 80
initialDelaySeconds: 15
periodSeconds: 10
readinessProbe:
httpGet:
path: /
port: 9000
port: 80
initialDelaySeconds: 15
periodSeconds: 10
volumeMounts:

View File

@ -15,7 +15,7 @@ spec:
service:
name: mealie
port:
number: 9000
number: 80
pathType: Prefix
tls:
- hosts:

View File

@ -7,9 +7,9 @@ metadata:
spec:
ports:
- name: http
port: 9000
port: 80
protocol: TCP
targetPort: 9000
targetPort: 80
selector:
app: mealie
type: ClusterIP