commit f4c8a146cd0b370a59c5054e22db8f92a6a54915
parent 38a852eb62f58e7841dc4c82e1030b4a7518372c
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 19 Feb 2024 11:13:29 +0100
try to fix listen fail
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/base/xandikos/release.yaml b/apps/base/xandikos/release.yaml
@@ -27,7 +27,7 @@ spec:
- "python3"
- "-m"
- "xandikos.web"
- - "--port=80"
+ - "--port=8080"
- "-d/data"
- "--defaults"
- "--listen-address=0.0.0.0"
@@ -43,12 +43,12 @@ spec:
livenessProbe:
httpGet:
path: /health
- port: 80
+ port: 8080
initialDelaySeconds: 30
periodSeconds: 3
timeoutSeconds: 90
ports:
- - containerPort: 80
+ - containerPort: 8080
volumeMounts:
- name: xandikos-volume
mountPath: /data
@@ -79,7 +79,7 @@ metadata:
namespace: xandikos
spec:
ports:
- - port: 80
+ - port: 8080
name: web
selector:
app: xandikos