From c92ed896374cefd1c4ecd3dc6dd903b80b87bb0e Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Wed, 6 Nov 2024 15:01:42 -0800 Subject: [PATCH] fix config server naming --- charts/vespa/Chart.yaml | 2 +- charts/vespa/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index 20eb7f5..eb8f880 100644 --- a/charts/vespa/Chart.yaml +++ b/charts/vespa/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.10 +version: 0.2.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/vespa/templates/statefulset.yaml b/charts/vespa/templates/statefulset.yaml index 10d17ac..2c000f4 100644 --- a/charts/vespa/templates/statefulset.yaml +++ b/charts/vespa/templates/statefulset.yaml @@ -53,7 +53,7 @@ spec: {{- end }} env: - name: VESPA_CONFIGSERVERS - value: {{ .Release.Name }}-vespa-0.vespa.{{ .Release.Namespace }}.svc.cluster.local + value: da-vespa-0.{{ .Values.service.name }}.{{ .Release.Namespace }}.svc.cluster.local volumeClaimTemplates: {{- range .Values.volumeClaimTemplates }}