From a6a1a2efe7c84a76537ea78d2ccbc4acdb1f7aa6 Mon Sep 17 00:00:00 2001 From: olalekan odukoya Date: Tue, 27 Jan 2026 15:19:30 +0100 Subject: [PATCH] removed liveness probe for agent --- charts/agent/templates/deployment.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/charts/agent/templates/deployment.yaml b/charts/agent/templates/deployment.yaml index b584055..8086192 100755 --- a/charts/agent/templates/deployment.yaml +++ b/charts/agent/templates/deployment.yaml @@ -365,16 +365,6 @@ spec: {{- with .Values.extraEnvs }} {{- toYaml . | nindent 12 }} {{- end }} - livenessProbe: - httpGet: - path: /health - port: http - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: /health - port: http - initialDelaySeconds: 30 resources: {{- toYaml .Values.app.resources | nindent 12 }} volumeMounts: