From 952e0e5cf34db6e292391136a19ab82d20db5f7a Mon Sep 17 00:00:00 2001 From: Flynn Date: Thu, 28 Mar 2024 10:29:49 -0400 Subject: [PATCH] Switch to Faces 1.2.0 and don't use a LoadBalancer for the faces Service (that's Emissary's job) Signed-off-by: Flynn --- setup-cluster.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-cluster.sh b/setup-cluster.sh index f4c0d4d..4a5c677 100755 --- a/setup-cluster.sh +++ b/setup-cluster.sh @@ -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