Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifests/base-application/checkout/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: checkout
data:
RETAIL_CHECKOUT_PERSISTENCE_PROVIDER: redis
RETAIL_CHECKOUT_PERSISTENCE_REDIS_URL: redis://checkout-redis:6379
RETAIL_CHECKOUT_PERSISTENCE_REDIS_URL: redis://checkout-redis.checkout:6379
RETAIL_CHECKOUT_ENDPOINTS_ORDERS: http://orders.orders.svc:80
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
containers:
- name: checkout
env:
- name: SHIPPING_NAME_PREFIX
- name: RETAIL_CHECKOUT_SHIPPING_NAME_PREFIX
value: "Lattice "
2 changes: 1 addition & 1 deletion manifests/modules/networking/vpc-lattice/ui/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: ui
namespace: ui
data:
ENDPOINTS_CHECKOUT: "${CHECKOUT_ROUTE_DNS}"
RETAIL_UI_ENDPOINTS_CHECKOUT: "${CHECKOUT_ROUTE_DNS}"
2 changes: 1 addition & 1 deletion website/docs/networking/vpc-lattice/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ aws ec2 authorize-security-group-ingress --group-id $CLUSTER_SG --ip-permissio
This step will install the Kubernetes Gateway API CRDs as well as the VPC Lattice controller that provide an implementation of that API:

```bash wait=30
$ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
$ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/experimental-install.yaml
$ aws ecr-public get-login-password --region us-east-1 \
| helm registry login --username AWS --password-stdin public.ecr.aws
$ helm install gateway-api-controller \
Expand Down