cluster

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

commit 7a232adbb592d32427e96291066739ab994c487a
parent 6d933a17a4c42c10cba42b011004529b84f16afb
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 30 Aug 2025 17:07:07 +0200

Add matrix org statistics

Diffstat:
Mapps/talos_cluster/matrix-org-statistics/deployment.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/matrix-org-statistics/deployment.yaml b/apps/talos_cluster/matrix-org-statistics/deployment.yaml @@ -60,6 +60,8 @@ spec: name: tmp - mountPath: /var/log/shiny-server/ name: tmp-log + - mountPath: /var/lib/shiny-server/bookmarks + name: tmp-bookmarks livenessProbe: httpGet: path: / @@ -84,6 +86,9 @@ spec: - name: tmp-log emptyDir: sizeLimit: 2048Mi + - name: tmp-bookmarks + emptyDir: + sizeLimit: 2048Mi --- apiVersion: v1 kind: Service