mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +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: {}
|
||||
podLabels:
|
||||
app: vespa
|
||||
app.kubernetes.io/instance: danswer-stack-kn
|
||||
app.kubernetes.io/instance: danswer
|
||||
app.kubernetes.io/name: vespa
|
||||
enabled: true
|
||||
|
||||
|
Reference in New Issue
Block a user