Skip to content

Commit

Permalink
Helm Chart: update Consumer API (#459)
Browse files Browse the repository at this point in the history
* feat: set health check url for admin ui to /health

* fix: set consumerapi version to v4.2.3
  • Loading branch information
tnotheis authored Dec 20, 2023
1 parent 33f8dc2 commit 240d751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/charts/adminui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /health
port: 8080
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
readinessProbe:
httpGet:
path: /
path: /health
port: 8080
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/consumerapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: "1.0.0"

appVersion: "v4.2.2"
appVersion: "v4.2.3"

0 comments on commit 240d751

Please sign in to comment.