cluster

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

commit ab2ca1084b2687f33486762dc1e61ccd69258253
parent e2a7a941cd14307a86fb79df0cc2ca66b7d9afbb
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 13 Mar 2026 10:07:00 +0100

small fixes to the backups

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

Diffstat:
Mapps/talos_cluster/blog/docker/Dockerfile | 6+++---
Minfrastructure_talos/configs/velero-schedules.yaml | 4++++
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/apps/talos_cluster/blog/docker/Dockerfile b/apps/talos_cluster/blog/docker/Dockerfile @@ -175,9 +175,9 @@ RUN wget -q https://downloads.wordpress.org/plugin/akismet.5.6.zip \ && rm akismet.5.6.zip # Install Podlove Publisher -RUN wget -q https://downloads.wordpress.org/plugin/podlove-podcasting-plugin-for-wordpress.4.3.4.zip \ - && unzip -q -o podlove-podcasting-plugin-for-wordpress.4.3.4.zip -d /var/www/html/wordpress/wp-content/plugins/ \ - && rm podlove-podcasting-plugin-for-wordpress.4.3.4.zip +RUN wget -q https://downloads.wordpress.org/plugin/podlove-podcasting-plugin-for-wordpress.4.3.5.zip \ + && unzip -q -o podlove-podcasting-plugin-for-wordpress.4.3.5.zip -d /var/www/html/wordpress/wp-content/plugins/ \ + && rm podlove-podcasting-plugin-for-wordpress.4.3.5.zip # Install Podlove Web Player RUN wget -q https://downloads.wordpress.org/plugin/podlove-web-player.5.9.2.zip \ diff --git a/infrastructure_talos/configs/velero-schedules.yaml b/infrastructure_talos/configs/velero-schedules.yaml @@ -11,6 +11,7 @@ spec: excludedNamespaces: - velero - kube-system + - loki storageLocation: default volumeSnapshotLocations: - default @@ -29,6 +30,7 @@ spec: excludedNamespaces: - velero - kube-system + - loki storageLocation: default volumeSnapshotLocations: - default @@ -47,6 +49,7 @@ spec: excludedNamespaces: - velero - kube-system + - loki storageLocation: default volumeSnapshotLocations: - default @@ -65,6 +68,7 @@ spec: excludedNamespaces: - velero - kube-system + - loki storageLocation: default volumeSnapshotLocations: - default