commit 376328150c0aafd39fd9c379426bd06ea7f9b137 parent 71eb0c90034b757180968d2f5099293ca470ef3b Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:16:07 +0200 Add matrix org statistics Diffstat:
| M | apps/talos_cluster/matrix-org-statistics/deployment.yaml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/matrix-org-statistics/deployment.yaml b/apps/talos_cluster/matrix-org-statistics/deployment.yaml @@ -62,8 +62,8 @@ spec: name: tmp-log - mountPath: /var/lib/shiny-server/bookmarks name: tmp-bookmarks - - mountPath: /home/shiny/.cache/R - name: tmp-r-cache + - mountPath: /home/shiny/.cache + name: tmp-cache livenessProbe: httpGet: path: / @@ -91,7 +91,7 @@ spec: - name: tmp-bookmarks emptyDir: sizeLimit: 2048Mi - - name: tmp-r-cache + - name: tmp-cache emptyDir: sizeLimit: 2048Mi ---