cluster

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

commit 216f7f89584a6f6b80d1bd198330464568fe925f
parent f115e7e4764fd0fed5f8cd4cbac41dba93cdcbdd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 19 Feb 2024 10:57:32 +0100

Fixes to the xandikos

Diffstat:
Mapps/base/xandikos/release.yaml | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/apps/base/xandikos/release.yaml b/apps/base/xandikos/release.yaml @@ -31,7 +31,7 @@ spec: - "-d/data" - "--defaults" - "--listen-address=0.0.0.0" - - "--current-user-principal=/jelmer" + - "--current-user-principal=/mtrnord" - "--route-prefix=/dav" resources: limits: @@ -58,6 +58,19 @@ spec: claimName: xandikos --- apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: xandikos + namespace: xandikos +spec: + storageClassName: "nfs-client" + accessModes: + - ReadWriteMany + resources: + requests: + storage: 10Gi +--- +apiVersion: v1 kind: Service metadata: name: xandikos