From e1d8b883184a55154f130a6d019d1dad1a697d69 Mon Sep 17 00:00:00 2001 From: Moncho Pena Date: Sun, 9 Jun 2024 02:40:27 +0200 Subject: [PATCH] Changed the vespa podLabels to work properly (#1594) Vespa is not working because this configuration As you can see in this Issue https://github.com/unoplat/vespa-helm-charts/issues/20 You have to use this podLabels to be accord with the other configuration. vespa: podLabels: app: vespa app.kubernetes.io/instance: danswer <------------- --- deployment/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 19fa2f6e373..6b9ef68b37f 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -298,7 +298,7 @@ vespa: podAnnotations: {} podLabels: app: vespa - app.kubernetes.io/instance: danswer-stack-kn + app.kubernetes.io/instance: danswer app.kubernetes.io/name: vespa enabled: true