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 }}