From 4ea97e241185136d24fd5ad9022efed2f348edfa Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 18 Sep 2017 18:23:49 -0700 Subject: [PATCH] Minor comment fixed --- k8s/deploy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deploy.ps1 b/k8s/deploy.ps1 index 2856cd853..5d184dab5 100644 --- a/k8s/deploy.ps1 +++ b/k8s/deploy.ps1 @@ -109,11 +109,11 @@ ExecKube -cmd 'create configmap config-files --from-file=nginx-conf=nginx.conf' ExecKube -cmd 'label configmap config-files app=eshop' if ($deployInfrastructure) { - Write-Host 'Deploying infrastructure deployments (databases, redis, ...)' -ForegroundColor Yellow + Write-Host 'Deploying infrastructure deployments (databases, redis, RabbitMQ...)' -ForegroundColor Yellow ExecKube -cmd 'create -f sql-data.yaml -f basket-data.yaml -f keystore-data.yaml -f rabbitmq.yaml -f nosql-data.yaml' } -Write-Host 'Deploying code deployments (databases, redis, ...)' -ForegroundColor Yellow +Write-Host 'Deploying code deployments (Web APIs, Web apps, ...)' -ForegroundColor Yellow ExecKube -cmd 'create -f services.yaml -f frontend.yaml' if ([string]::IsNullOrEmpty($externalDns)) {