kyverno / reports-server

Alternate reports storage in Kubernetes outside etcd
Apache License 2.0
16 stars 8 forks source link

fix: reports-server restart in default installation #152

Closed vishal-chdhry closed 2 months ago

vishal-chdhry commented 2 months ago

In default installation, reports server creates postgres instance as well, which can take 30-90 seconds to start based on several conditions including network speed. Since reports server depends on this to start, it can cause liveness check to fail. This PR ups the numbers in values.yaml. It can be configured by users.