cluster

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

commit 4ab19c83ea99abd004319c606bc253e508f3f3b1
parent 229f1b65a9f789940ee7ee515abc68f3301591d0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 12 Apr 2025 18:20:03 +0200

Add heisenbridge

Diffstat:
Mapps/base/matrix/heisenbridge/deployment.yaml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/heisenbridge/deployment.yaml b/apps/base/matrix/heisenbridge/deployment.yaml @@ -68,14 +68,22 @@ spec: path: /_matrix/mau/live port: appservice scheme: HTTP + initialDelaySeconds: 15 + periodSeconds: 10 readinessProbe: httpGet: path: /_matrix/mau/ready port: appservice + initialDelaySeconds: 15 + failureThreshold: 30 + periodSeconds: 10 startupProbe: httpGet: path: /_matrix/mau/ready port: appservice + initialDelaySeconds: 15 + failureThreshold: 30 + periodSeconds: 10 volumes: - name: config secret: