commit d33e334819575138b8c4ece4f8e2e324cf46a906 parent cd0c7a8a7407e285bf277f9687b0d6a76867dc3c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:39:34 +0200 Disable probes so we can deploy 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 @@ -41,20 +41,20 @@ spec: mountPath: "/usr/share/nginx/html/config.json" subPath: config.json readOnly: true - 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