commit ddc81b81202ae403f20f57ed2b2acca37b19f8ce
parent 534cc1cdf47ac46e54ce690efc3caa28d98e0376
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Jun 2025 19:39:18 +0200
Setup connectivity tester
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml
@@ -39,14 +39,14 @@ spec:
livenessProbe:
httpGet:
path: /healthz
- port: appservice
+ port: api
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 10
startupProbe:
httpGet:
path: /healthz
- port: appservice
+ port: api
initialDelaySeconds: 15
failureThreshold: 30
periodSeconds: 10