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