cluster

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

commit b9562aad61e5f805a3ddf72c5cd13ca79da1ea1a
parent 2c0290c8e97f01e1d4c6d231fe5a8e3660ca9eb3
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 20 Dec 2025 23:09:18 +0100

fix storage class name

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

Diffstat:
Mapps/talos_cluster/immich/release.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/talos_cluster/immich/release.yaml b/apps/talos_cluster/immich/release.yaml @@ -11,7 +11,7 @@ spec: resources: requests: storage: 10Gi - storageClassName: longhorn + storageClassName: longhorn --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease