Optimize nginx pod probe values

Change nginx livelinessProbe timeoutSeconds to 5s to reduce the
load on CPU when the platform is run on single core

Test Cases:
Pass: bootstrap system and verify after installation the app is
      successfully applied and there are no errors in cert-manager
      pod logs.

Closes-bug: 2078349

Change-Id: I03de36ed0c81471f6e9d91eb7ad31cf48fc5b499
Signed-off-by: amantri <ayyappa.mantri@windriver.com>
This commit is contained in:
amantri 2024-08-27 14:51:13 -04:00
parent eb565945ef
commit 3bc88146ca

View File

@ -32,6 +32,7 @@ controller:
type: ""
hostNetwork: true
livenessProbe:
timeoutSeconds: 5
initialDelaySeconds: 30
resources:
requests: