wekan live und readines timeout 10 s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user