From 30a06b73d4607665f07e3920bcd3319aa3cf9fc8 Mon Sep 17 00:00:00 2001 From: shodan Date: Thu, 2 Apr 2026 12:34:23 +0000 Subject: [PATCH] . --- wekan/wekan.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wekan/wekan.yaml b/wekan/wekan.yaml index e58d472..519874d 100644 --- a/wekan/wekan.yaml +++ b/wekan/wekan.yaml @@ -80,13 +80,18 @@ spec: - name: mongodb-data mountPath: /data/db readinessProbe: - tcpSocket: - port: 27017 - initialDelaySeconds: 30 + httpGet: + path: / + port: 8080 + host: 127.0.0.1 + initialDelaySeconds: 20 periodSeconds: 10 + livenessProbe: - tcpSocket: - port: 27017 + httpGet: + path: / + port: 8080 + host: 127.0.0.1 initialDelaySeconds: 60 periodSeconds: 20 volumes: