Skip to content

Commit

Permalink
removing tps and portal-data check from apim-initcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazza7205 committed Nov 21, 2024
1 parent cdd2cb0 commit 70ab84a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/portal/templates/apim/apim-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ spec:
args:
- sleep 120;
if [[ "$(curl -w '%{http_code}' -s -o /dev/null rabbitmq:15672)" != "200" ]]; then echo "broker not ready" && exit 1;fi;
if [[ "$(curl -w '%{http_code}' -s -o /dev/null portal-data:8080/portal-data/portalHealth)" != "200" ]]; then echo "portal-data not ready" && exit 1;fi;
if [[ "$(curl -w '%{http_code}' -s -o /dev/null http://authenticator:9081/v1/echo;)" != "200" ]]; then echo "authenticator not ready" && exit 1;fi;
if [[ "$(curl -w '%{http_code}' -s -o /dev/null http://tenant-provisioner:9001/actuator/health)" != "200" ]]; then echo "tenant provisioning service not ready" && exit 1;fi;
{{- end }}
containers:
- name: apim
Expand Down

0 comments on commit 70ab84a

Please sign in to comment.