Skip to content

Commit cb91830

Browse files
committed
bump verison
1 parent 25803e1 commit cb91830

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/ctrlplane/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.3.4
5+
version: 0.3.5
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ spec:
4646
httpGet:
4747
path: /api/v1/resources/proxy/health
4848
port: http
49+
livenessProbe:
50+
httpGet:
51+
path: /api/v1/resources/proxy/health
52+
port: http
53+
readinessProbe:
54+
httpGet:
55+
path: /api/v1/resources/proxy/health
56+
port: http
4957
env:
5058
- name: REDIS_URL
5159
valueFrom:

0 commit comments

Comments
 (0)