Updated description for deployment 68/3668/1
authorkhemendra kumar <khemendra.kumar@huawei.com>
Sat, 15 Aug 2020 10:57:51 +0000 (16:27 +0530)
committerkhemendra kumar <khemendra.kumar@huawei.com>
Sat, 15 Aug 2020 10:59:11 +0000 (16:29 +0530)
Change-Id: Ifaf40cb74822f6085638d8e8dc9cc020aaf082d9
Signed-off-by: khemendra kumar <khemendra.kumar@huawei.com>
mep/mepserver/deploy.sh

index 57c2238..e0ba349 100755 (executable)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+#Create secret for mep server and kong
 ./create_mep_secret.sh
 
+#deploy PGDB, mep server and Kong services
  kubectl apply -f mep-basic.yaml
  kubectl apply -f postgres-k8s.yaml
  kubectl apply -f kong-k8s.yaml