From 61be5275eb2b81bfe96ea2415bdac435df90eede Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sat, 27 Jun 2020 16:43:39 +0100 Subject: [PATCH] [27.06.20] JDBC url testing --- configuration/scripts/deployToKubernetes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/scripts/deployToKubernetes.sh b/configuration/scripts/deployToKubernetes.sh index ae18ff2..34177e2 100755 --- a/configuration/scripts/deployToKubernetes.sh +++ b/configuration/scripts/deployToKubernetes.sh @@ -2,6 +2,8 @@ APPLICATION_NAME=$1 +cat configuration/kubernetes/deployment.yaml + kubectl apply -f configuration/kubernetes/deployment.yaml kubectl apply -f configuration/kubernetes/service.yaml