Skip to content

Commit

Permalink
Merge pull request #312 from RADAR-base/fix-data-dashboard-healthcheck
Browse files Browse the repository at this point in the history
[data-dashboard-backend] Fixed healthcheck
  • Loading branch information
keyvaann authored Jan 28, 2025
2 parents 270ffcd + 2b08240 commit 83b924b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/data-dashboard-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.2.2"
name: data-dashboard-backend
description: API for data in the data dashboard
version: 0.4.0
version: 0.4.1
sources: ["https://github.com/thehyve/radar-data-dashboard-backend"]
deprecated: false
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/data-dashboard-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# data-dashboard-backend

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square)
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square)

API for data in the data dashboard

Expand Down
4 changes: 2 additions & 2 deletions charts/data-dashboard-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: {{ .Values.path }}/health
path: {{ .Values.ingress.path }}/health
port: http
httpHeaders:
- name: Accept
value: application/json
readinessProbe:
httpGet:
path: {{ .Values.path }}/health
path: {{ .Values.ingress.path }}/health
port: http
httpHeaders:
- name: Accept
Expand Down

0 comments on commit 83b924b

Please sign in to comment.