We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266ec51 commit b0e17c8Copy full SHA for b0e17c8
1 file changed
k8s/deploy.ps1
@@ -65,7 +65,7 @@ if ($buildImages) {
65
docker-compose -p .. -f ../docker-compose.yml build
66
67
Write-Host "Pushing images to $registry/$dockerOrg..." -ForegroundColor Yellow
68
- $services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus")
+ $services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus", "ocelotapigw")
69
70
foreach ($service in $services) {
71
$imageFqdn = if ($useDockerHub) {"$dockerOrg/${service}"} else {"$registry/$dockerOrg/${service}"}
0 commit comments