cluster

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

commit cda8b0bcdf1acd239087c484d75378e5e97bf05d
parent 3f595914e652314c158ce9dab9bb02af728dab0c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 19 Feb 2026 14:33:40 +0100

fix keydb

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

Diffstat:
Mapps/talos_cluster/bookwyrm/keydb.yaml | 6++++++
Mapps/talos_cluster/draupnir-synapse/keydb.yaml | 6++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/bookwyrm/keydb.yaml b/apps/talos_cluster/bookwyrm/keydb.yaml @@ -41,6 +41,9 @@ spec: limits: memory: "256Mi" cpu: "500m" + volumeMounts: + - name: data + mountPath: /data livenessProbe: exec: command: @@ -57,6 +60,9 @@ spec: - keydb-cli ping initialDelaySeconds: 10 timeoutSeconds: 5 + volumes: + - name: data + emptyDir: {} tolerations: - key: arch operator: Equal diff --git a/apps/talos_cluster/draupnir-synapse/keydb.yaml b/apps/talos_cluster/draupnir-synapse/keydb.yaml @@ -41,6 +41,9 @@ spec: limits: memory: "256Mi" cpu: "500m" + volumeMounts: + - name: data + mountPath: /data livenessProbe: exec: command: @@ -57,6 +60,9 @@ spec: - keydb-cli ping initialDelaySeconds: 10 timeoutSeconds: 5 + volumes: + - name: data + emptyDir: {} tolerations: - key: arch operator: Equal