diff --git a/deploy.sh b/deploy.sh index c740a4e..f954881 100755 --- a/deploy.sh +++ b/deploy.sh @@ -127,6 +127,10 @@ deploy_kubernetes() { apply_deployment "./template/backend" configure_ingress + + if [[ $environment == "local" ]]; then + echo "Minikube IP: http://$(minikube ip)" + fi } diff --git a/template/backend/backend.template.yaml b/template/backend/backend.template.yaml index b86482f..eb3444a 100644 --- a/template/backend/backend.template.yaml +++ b/template/backend/backend.template.yaml @@ -32,7 +32,7 @@ spec: httpGet: path: /health port: 8070 - initialDelaySeconds: 240 + initialDelaySeconds: 120 livenessProbe: httpGet: path: /health