commit 6d933a17a4c42c10cba42b011004529b84f16afb
parent ff38e6eeb76f823cc3aa06275b37755a49a3dc9f
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 30 Aug 2025 17:04:25 +0200
Add matrix org statistics
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/matrix-org-statistics/deployment.yaml b/apps/talos_cluster/matrix-org-statistics/deployment.yaml
@@ -59,7 +59,7 @@ spec:
- mountPath: /tmp
name: tmp
- mountPath: /var/log/shiny-server/
- name: tmp_log
+ name: tmp-log
livenessProbe:
httpGet:
path: /
@@ -81,7 +81,7 @@ spec:
- name: tmp
emptyDir:
sizeLimit: 2048Mi
- - name: tmp_log
+ - name: tmp-log
emptyDir:
sizeLimit: 2048Mi
---