From 6cb32d3d86bfb76589b2d69790f97e5ddd25c3f2 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Fri, 15 Nov 2024 21:16:09 -0500 Subject: [PATCH] add pty heath check --- charts/ctrlplane/Chart.yaml | 2 +- charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index 38147a3..e029df7 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 0.3.2 +version: 0.3.3 appVersion: "1.16.0" maintainers: diff --git a/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml b/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml index 3beb10a..3259977 100644 --- a/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml +++ b/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml @@ -42,6 +42,10 @@ spec: - name: http containerPort: 4000 protocol: TCP + startupProbe: + httpGet: + path: /api/v1/resources/proxy/health + port: http env: - name: REDIS_URL valueFrom: