cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 38a852eb62f58e7841dc4c82e1030b4a7518372c
parent 1b1ec462d4e76958d47fa21b7e9574d939c00a17
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 19 Feb 2024 11:10:04 +0100

try to fix listen fail

Diffstat:
Mapps/base/xandikos/release.yaml | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/apps/base/xandikos/release.yaml b/apps/base/xandikos/release.yaml @@ -27,10 +27,10 @@ spec: - "python3" - "-m" - "xandikos.web" - - "--port=8081" + - "--port=80" - "-d/data" - "--defaults" - - "--listen-address=127.0.0.1" + - "--listen-address=0.0.0.0" - "--current-user-principal=/mtrnord" - "--route-prefix=/dav" resources: @@ -43,12 +43,12 @@ spec: livenessProbe: httpGet: path: /health - port: 8081 + port: 80 initialDelaySeconds: 30 periodSeconds: 3 timeoutSeconds: 90 ports: - - containerPort: 8081 + - containerPort: 80 volumeMounts: - name: xandikos-volume mountPath: /data @@ -79,7 +79,7 @@ metadata: namespace: xandikos spec: ports: - - port: 8081 + - port: 80 name: web selector: app: xandikos