wekan live und readines timeout 10 s

This commit is contained in:
titver968
2025-12-10 08:49:24 +01:00
parent 1442621cd3
commit 24055a0766

View File

@@ -15,8 +15,6 @@ spec:
replicaCount: 1
dbname: wekan
env:
- name: "MONGO_URL"
value: "mongodb://wekan-mongodb:27017"
- name: MAIL_URL
value: smtp://192.168.4.125:25?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false
- name: MAIL_FROM
@@ -25,6 +23,21 @@ spec:
end_point: wekan.innovation-hub-niedersachsen.de
root_url: https://wekan.innovation-hub-niedersachsen.de
# Probe-Einstellungen anpassen
livenessProbe:
enabled: true
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
readinessProbe:
enabled: true
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 3
ingress:
enabled: true
annotations: