commit 534cc1cdf47ac46e54ce690efc3caa28d98e0376 parent fe6413d3cfedd2cfb0aee8988d39b9fbaf3d0a51 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:32:33 +0200 Setup connectivity tester Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/base/matrix/connectivity-tester/deployment.yaml | | | 28 | ++++++++++++++-------------- |
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -36,20 +36,20 @@ spec: - containerPort: 8080 name: api protocol: TCP - #livenessProbe: - # httpGet: - # path: /healthz - # port: appservice - # scheme: HTTP - # initialDelaySeconds: 15 - # periodSeconds: 10 - #startupProbe: - # httpGet: - # path: /healthz - # port: appservice - # initialDelaySeconds: 15 - # failureThreshold: 30 - # periodSeconds: 10 + livenessProbe: + httpGet: + path: /healthz + port: appservice + scheme: HTTP + initialDelaySeconds: 15 + periodSeconds: 10 + startupProbe: + httpGet: + path: /healthz + port: appservice + initialDelaySeconds: 15 + failureThreshold: 30 + periodSeconds: 10 - name: connection-checker-ui image: ghcr.io/mtrnord/matrix-connection-tester-ui:main imagePullPolicy: Always