cluster

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

commit ff38e6eeb76f823cc3aa06275b37755a49a3dc9f
parent 6b7f4c06c89f660848b55ac73961a143b9b87487
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 30 Aug 2025 16:57:28 +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 @@ -58,6 +58,8 @@ spec: name: storage - mountPath: /tmp name: tmp + - mountPath: /var/log/shiny-server/ + name: tmp_log livenessProbe: httpGet: path: / @@ -79,6 +81,9 @@ spec: - name: tmp emptyDir: sizeLimit: 2048Mi + - name: tmp_log + emptyDir: + sizeLimit: 2048Mi --- apiVersion: v1 kind: Service