diff --git a/wekan/wekan.yaml b/wekan/wekan.yaml index 519874d..62949a5 100644 --- a/wekan/wekan.yaml +++ b/wekan/wekan.yaml @@ -80,18 +80,13 @@ spec: - name: mongodb-data mountPath: /data/db readinessProbe: - httpGet: - path: / - port: 8080 - host: 127.0.0.1 - initialDelaySeconds: 20 + tcpSocket: + port: 27017 + initialDelaySeconds: 30 periodSeconds: 10 - livenessProbe: - httpGet: - path: / - port: 8080 - host: 127.0.0.1 + tcpSocket: + port: 27017 initialDelaySeconds: 60 periodSeconds: 20 volumes: @@ -171,12 +166,15 @@ spec: httpGet: path: / port: 8080 + host: 127.0.0.1 initialDelaySeconds: 20 periodSeconds: 10 + livenessProbe: httpGet: path: / port: 8080 + host: 127.0.0.1 initialDelaySeconds: 60 periodSeconds: 20 volumes: