Adds Minikube IP to Local Run
This commit is contained in:
@@ -127,6 +127,10 @@ deploy_kubernetes() {
|
||||
apply_deployment "./template/backend"
|
||||
|
||||
configure_ingress
|
||||
|
||||
if [[ $environment == "local" ]]; then
|
||||
echo "Minikube IP: http://$(minikube ip)"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8070
|
||||
initialDelaySeconds: 240
|
||||
initialDelaySeconds: 120
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
||||
Reference in New Issue
Block a user