Skip to content

Commit

Permalink
Switch to Faces 1.2.0 and don't use a LoadBalancer for the faces Serv…
Browse files Browse the repository at this point in the history
…ice (that's Emissary's job)

Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Mar 28, 2024
1 parent df865ab commit 952e0e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ kubectl create ns faces
kubectl annotate ns faces linkerd.io/inject=enabled

helm install faces -n faces \
oci://ghcr.io/buoyantio/faces-chart --version 1.0.0-alpha.1 \
--set gui.serviceType=LoadBalancer
oci://ghcr.io/buoyantio/faces-chart --version 1.2.0

kubectl rollout status -n faces deploy
kubectl apply -f k8s/01-base
Expand Down

0 comments on commit 952e0e5

Please sign in to comment.