From 94b6c5e04c09343d5165204936623b5fdc30f3d6 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Tue, 5 Nov 2024 19:59:31 -0800 Subject: [PATCH] no readiness probe --- charts/vespa/Chart.yaml | 2 +- charts/vespa/templates/statefulset.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index 69d14d3..a7a25a0 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.5 +version: 0.2.6 # 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 7091cd7..21bd841 100644 --- a/charts/vespa/templates/statefulset.yaml +++ b/charts/vespa/templates/statefulset.yaml @@ -40,11 +40,11 @@ spec: {{- range .Values.statefulSet.ports }} - containerPort: {{ .containerPort }} {{- end }} - readinessProbe: - httpGet: - path: {{ .Values.readinessProbe.httpGet.path }} - port: {{ .Values.readinessProbe.httpGet.port }} - scheme: {{ .Values.readinessProbe.httpGet.scheme }} +# readinessProbe: +# httpGet: +# path: {{ .Values.readinessProbe.httpGet.path }} +# port: {{ .Values.readinessProbe.httpGet.port }} +# scheme: {{ .Values.readinessProbe.httpGet.scheme }} resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.volumeMounts }}