We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25803e1 commit cb91830Copy full SHA for cb91830
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.3.4
+version: 0.3.5
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml
@@ -46,6 +46,14 @@ spec:
46
httpGet:
47
path: /api/v1/resources/proxy/health
48
port: http
49
+ livenessProbe:
50
+ httpGet:
51
+ path: /api/v1/resources/proxy/health
52
+ port: http
53
+ readinessProbe:
54
55
56
57
env:
58
- name: REDIS_URL
59
valueFrom:
0 commit comments