mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
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:
@@ -298,7 +298,7 @@ vespa:
|
|||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
podLabels:
|
podLabels:
|
||||||
app: vespa
|
app: vespa
|
||||||
app.kubernetes.io/instance: danswer-stack-kn
|
app.kubernetes.io/instance: danswer
|
||||||
app.kubernetes.io/name: vespa
|
app.kubernetes.io/name: vespa
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user