Pratik Mahajan
Pratik Mahajan
before v4.9.2.20, nextcloud did not cache files automatically and explicitly download files without me manually asking it to download. After latest update, it downloads random files for caching putting unnecessary...
libflate to 2.0.0 strum to 0.26.1 strum_macros to 0.26.1 dirs to 5.0.1 mockito to 1.2.0 test-case to 3.3.1
deploymentconfig has been deprecated and we no longer use it. use cincinnati-deployment.yaml as a replacement to deploymentconfig
Add autoscaler to cincinnati instance that adjusts the number of pods depending on traffic handled by policy engine. The traffic setting is variable and can be changed while applying the...
Rename instances of TRUSTED CERTIFICATE to CERTIFICATE so that these certificates are treated as normal certs and accepted by the application. Libraries do not support "TRUSTED CERTIFICATE" keyword in certs
Separate the Graph Builder and Policy Engine deployments so that we can scale up PE quickly instead of waiting for graph to refresh. PE will use graph from existing graph-builder...
make the liveness and readiness probe configurable so that we can dynamically adjust according to startup delays.
we added prometheusrule as we were not able to use complex queries in HPA. But with scaledObject we can directly use complex queries for scaling replicas and dont need prometheusrule...