You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build and push the colorteller and gateway images using deploy.sh from within /examples/apps/colorapp/src/
6
+
* Build and push the colorteller and frontend images using deploy.sh from within /examples/apps/colorapp/src/
7
7
* Configure aws-cli to support Appmesh APIs
8
8
9
9
```
@@ -20,7 +20,7 @@ export KEY_PAIR_NAME=<key-pair to access ec2 instances where apps are running>
20
20
export ENVOY_IMAGE=<the latest recommended envoy image, see https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html>
21
21
export CLUSTER_SIZE=<number of ec2 instances to spin up to join cluster
22
22
export SERVICES_DOMAIN=<domain under which services will be discovered, e.g. "default.svc.cluster.local">
23
-
export COLOR_GATEWAY_IMAGE=<image location for colorapp's gateway, e.g. "<youraccountnumber>.dkr.ecr.amazonaws.com/gateway:latest" - you need to build this image and use your own ECR repository, see below>
23
+
export FRONTEND_IMAGE=<image location for colorapp's frontend, e.g. "<youraccountnumber>.dkr.ecr.amazonaws.com/frontend:latest" - you need to build this image and use your own ECR repository, see below>
24
24
export COLOR_TELLER_IMAGE=<image location for colorapp's teller, e.g. "<youraccountnumber>.dkr.ecr.amazonaws.com/colorteller:latest" - you need to build this image and use your own ECR repository, see below>
25
25
```
26
26
@@ -57,14 +57,14 @@ To add new app, create a directory under apps and follow the setup as in colorap
57
57
58
58
In Elastic Container Registry, created two new repositories:
0 commit comments