How to override readinessprobe configuration in halyard config for Spinnaker deployment through Halyard?
Front50 is taking time (~60 secs ) to start and hence healthcheckfails as the default timeout is set to 1 sec.
Default readinessprobe config for Front50 deployment through halyard:
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1