Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 4ea97e2

Browse files
Minor comment fixed
1 parent 79d045f commit 4ea97e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/deploy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ ExecKube -cmd 'create configmap config-files --from-file=nginx-conf=nginx.conf'
109109
ExecKube -cmd 'label configmap config-files app=eshop'
110110

111111
if ($deployInfrastructure) {
112-
Write-Host 'Deploying infrastructure deployments (databases, redis, ...)' -ForegroundColor Yellow
112+
Write-Host 'Deploying infrastructure deployments (databases, redis, RabbitMQ...)' -ForegroundColor Yellow
113113
ExecKube -cmd 'create -f sql-data.yaml -f basket-data.yaml -f keystore-data.yaml -f rabbitmq.yaml -f nosql-data.yaml'
114114
}
115115

116-
Write-Host 'Deploying code deployments (databases, redis, ...)' -ForegroundColor Yellow
116+
Write-Host 'Deploying code deployments (Web APIs, Web apps, ...)' -ForegroundColor Yellow
117117
ExecKube -cmd 'create -f services.yaml -f frontend.yaml'
118118

119119
if ([string]::IsNullOrEmpty($externalDns)) {

0 commit comments

Comments
 (0)