Need some help on deploying spinnaker on an existing AWS EKS cluster using halyard. When we do a hal deploy apply, the deployment is with the readiness probe of http://localhost:, which is failing as the localhost will be the server from where I deploy spinnaker on the cluster. So I updated the readiness probe (manually on the kubernetes deployment.yaml) to tcpSocket: port: . When I try a redeploy with hal deploy apply, the issue arises for the conflicting readiness probe.
Has anyone faced this issue???? Are we missing/messing anything here? Any help would be highly appreciated & many thanks in advance.