Skip to content

Commit e0ee9c7

Browse files
Update readinessProbe paths for API and eval from liveness to readiness and bump chart version to 0.8.2 (#59)
1 parent 8444859 commit e0ee9c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/featbit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.1
18+
version: 0.8.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/featbit/templates/api-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
periodSeconds: 10
6868
timeoutSeconds: 5
6969
httpGet:
70-
path: /health/liveness
70+
path: /health/readiness
7171
port: http
7272
resources:
7373
{{- toYaml .Values.api.resources | nindent 12 }}

charts/featbit/templates/eval-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
periodSeconds: 10
6868
timeoutSeconds: 5
6969
httpGet:
70-
path: /health/liveness
70+
path: /health/readiness
7171
port: http
7272
resources:
7373
{{- toYaml .Values.els.resources | nindent 12 }}

0 commit comments

Comments
 (0)