Skip to content

Commit

Permalink
Merge pull request #13 from BuoyantIO/flynn/use-1.2.0
Browse files Browse the repository at this point in the history
Switch to Faces 1.2.0 and don't use a LoadBalancer for the faces Service (that's Emissary's job)
  • Loading branch information
kflynn authored Mar 28, 2024
2 parents df865ab + 952e0e5 commit f74c872
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 f74c872

Please sign in to comment.