cluster

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

commit ad0e94345efb55a10d92803ec50441c7d5dcd25a
parent acabb3a2f7807466d344c3f3e16dc2edba6dec63
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  9 Feb 2026 18:15:59 +0100

fix mount paths

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

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

diff --git a/apps/talos_cluster/persephone/deployment.yaml b/apps/talos_cluster/persephone/deployment.yaml @@ -22,6 +22,7 @@ spec: image: ghcr.io/mtrnord/persephone:main imagePullPolicy: Always env: + # Base path for the configuration file - name: PERSEPHONE_CONFIG value: /data resources: @@ -34,11 +35,11 @@ spec: name: web protocol: TCP volumeMounts: - - name: config + - name: data mountPath: /data + - name: config + mountPath: /data/config.yaml subPath: config.yaml - - name: data - mountPath: "/data" - mountPath: /tmp name: tmp livenessProbe: