We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d155a commit 951d70fCopy full SHA for 951d70f
charts/backend/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: developer-portal-backend
3
description: A Helm chart for deploying the Diamond developer portal backend
4
type: application
5
-version: 0.1.2
+version: 0.1.3
6
appVersion: 0.0.26
7
dependencies:
8
- name: common
charts/backend/templates/deployment.yaml
@@ -83,3 +83,15 @@ spec:
83
ports:
84
- name: http-api
85
containerPort: 7007
86
+ livenessProbe:
87
+ httpGet:
88
+ port: 7007
89
+ path: /healthcheck
90
+ initialDelaySeconds: 30
91
+ periodSeconds: 10
92
+ readinessProbe:
93
94
95
96
97
0 commit comments