From c157a7d31cfe21f6eb993064515c2ff35878b9d8 Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Mon, 20 Jan 2025 15:09:57 +0000 Subject: [PATCH] Remove broken health checks --- charts/backend/templates/deployment.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/charts/backend/templates/deployment.yaml b/charts/backend/templates/deployment.yaml index b9c6ece3..d0539586 100644 --- a/charts/backend/templates/deployment.yaml +++ b/charts/backend/templates/deployment.yaml @@ -82,16 +82,4 @@ spec: value: {{ print "https://" }}{{ .Values.ingress.host }} ports: - name: http-api - containerPort: 7007 - livenessProbe: - httpGet: - port: 7007 - path: /healthcheck - initialDelaySeconds: 30 - periodSeconds: 10 - readinessProbe: - httpGet: - port: 7007 - path: /healthcheck - initialDelaySeconds: 30 - periodSeconds: 10 + containerPort: 7007 \ No newline at end of file