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 951d70f commit 0fb47b6Copy full SHA for 0fb47b6
charts/frontend/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: developer-portal-frontend
3
description: A Helm chart for deploying the Diamond developer portal backend
4
type: application
5
-version: 0.1.0
+version: 0.1.1
6
appVersion: 0.0.26
7
dependencies:
8
- name: common
charts/frontend/templates/deployment.yaml
@@ -36,3 +36,15 @@ spec:
36
ports:
37
- name: http-serve
38
containerPort: 80
39
+ livenessProbe:
40
+ httpGet:
41
+ port: 80
42
+ path: /healthcheck
43
+ initialDelaySeconds: 10
44
+ periodSeconds: 10
45
+ readinessProbe:
46
47
48
49
50
0 commit comments