cluster

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

commit c2fadc229fe01cfea357e9e4fe95b746cbe38526
parent f678366e65087451ebf08af97c4ca4874ed05349
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 23 Feb 2026 21:47:20 +0100

try to make docker in docker work properly instead

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/codeberg/deploy.yaml | 2--
Mapps/talos_cluster/codeberg/pvc.yaml | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/talos_cluster/codeberg/deploy.yaml b/apps/talos_cluster/codeberg/deploy.yaml @@ -89,8 +89,6 @@ spec: env: - name: DOCKER_TLS_CERTDIR value: /certs - - name: DOCKER_DRIVER - value: vfs securityContext: privileged: true volumeMounts: diff --git a/apps/talos_cluster/codeberg/pvc.yaml b/apps/talos_cluster/codeberg/pvc.yaml @@ -16,7 +16,7 @@ metadata: name: docker spec: accessModes: - - ReadWriteMany + - ReadWriteOnce resources: requests: storage: 5Gi