From 99b0225a78f6a6ea5893bf6689d70cd42fa12641 Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Wed, 6 Nov 2024 14:40:09 -0800 Subject: [PATCH] service.type needed in NOTES.txt (but we may not be using it while testing) --- charts/vespa/Chart.yaml | 2 +- charts/vespa/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index d3b9673..20eb7f5 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.9 +version: 0.2.10 # 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/values.yaml b/charts/vespa/values.yaml index 701041c..118a920 100644 --- a/charts/vespa/values.yaml +++ b/charts/vespa/values.yaml @@ -57,6 +57,7 @@ labels: service: name: vespa-service + type: ClusterIP # temporarily unused ports: - name: vespa-tenant-port port: 19071