cluster

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

commit d2b1ce55f80929b1ece188483cf31a3037eb3899
parent 0213b58878305ccc9f8acd1d508b5f3a550d8ade
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 12 Mar 2025 23:58:49 +0100

Use develop for now

Diffstat:
Mapps/base/matrix/draupnir4all/deployment.yaml | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -8,7 +8,7 @@ spec: - ReadWriteMany resources: requests: - storage: 512Mi + storage: 5Gi --- apiVersion: apps/v1 kind: Deployment @@ -48,8 +48,8 @@ spec: topologyKey: "kubernetes.io/hostname" containers: - name: draupnir4all - image: gnuxie/draupnir:v2.2.0 - imagePullPolicy: IfNotPresent + image: gnuxie/draupnir:develop + imagePullPolicy: Always #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always # env: @@ -77,7 +77,6 @@ spec: securityContext: runAsUser: 1000 runAsGroup: 1000 - fsGroup: 1000 readOnlyRootFilesystem: true ports: - containerPort: 9001