commit 3902db4f396072eab5022a4954ec30345a0260a3 parent 3e8602236d7987d6bd62dc0dca85b53b42c16dd0 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:18:09 +0200 meow Diffstat:
| M | apps/talos_cluster/continuwuity/deployment.yaml | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml @@ -36,18 +36,18 @@ spec: env: - name: CONTINUWUITY_CONFIG value: /etc/conduwuit/conduwuit.toml - livenessProbe: - httpGet: - path: /_matrix/client/versions - port: 8448 - initialDelaySeconds: 10 - timeoutSeconds: 5 - readinessProbe: - httpGet: - path: /_matrix/client/versions - port: 8448 - initialDelaySeconds: 10 - timeoutSeconds: 5 + # livenessProbe: + # httpGet: + # path: /_matrix/client/versions + # port: 8448 + # initialDelaySeconds: 10 + # timeoutSeconds: 5 + # readinessProbe: + # httpGet: + # path: /_matrix/client/versions + # port: 8448 + # initialDelaySeconds: 10 + # timeoutSeconds: 5 # Mount the continuwuity config which is stored in the continuwuity-config secret at the config path and should go to /config.yaml volumes: - name: continuwuity-config