Closed ashwani-opstree closed 3 months ago
Please add health probes with following default values
livenessProbe: httpGet: path: port: http initialDelaySeconds: 25 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1 failureThreshold: 5 readinessProbe: httpGet: path: port: http initialDelaySeconds: 25 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1 failureThreshold: 5
This issue has been developed and merged with main branch. closing this issue.
Please add health probes with following default values