Skip to content

Commit

Permalink
no readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 6, 2024
1 parent bec3278 commit 94b6c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/vespa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/vespa/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 94b6c5e

Please sign in to comment.