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 <-------------
This commit is contained in:
Moncho Pena
2024-06-09 02:40:27 +02:00
committed by GitHub
parent fc5337d4db
commit e1d8b88318

View File

@@ -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