diff --git a/configuration/scripts/deployToKubernetes.sh b/configuration/scripts/deployToKubernetes.sh index e49527e..ae18ff2 100755 --- a/configuration/scripts/deployToKubernetes.sh +++ b/configuration/scripts/deployToKubernetes.sh @@ -7,4 +7,4 @@ kubectl apply -f configuration/kubernetes/service.yaml kubectl get pods -kubectl rollout status deployment/${APPLICATION_NAME} \ No newline at end of file +kubectl rollout status deployment/${APPLICATION_NAME} --namespace=production \ No newline at end of file