Skip to content

Commit

Permalink
Changed the vespa podLabels to work properly (#1594)
Browse files Browse the repository at this point in the history
Vespa is not working because this configuration

As you can see in this Issue unoplat/vespa-helm-charts#20

You have to use this podLabels to be accord with the other configuration.

vespa:
  podLabels:
    app: vespa
    app.kubernetes.io/instance: danswer <-------------
  • Loading branch information
monchopena authored Jun 9, 2024
1 parent fc5337d commit e1d8b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1d8b88

Please sign in to comment.