From 36b5f85151c009893a0de1af467975c190657f64 Mon Sep 17 00:00:00 2001 From: jmarchel Date: Tue, 20 Feb 2024 13:49:27 +0100 Subject: [PATCH] Delete healthcheck probes Change-Id: I61a5ae1887456820d7bcfe02829def74f1edb454 --- charts/nebulous-exn-middleware/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts/nebulous-exn-middleware/templates/deployment.yaml b/charts/nebulous-exn-middleware/templates/deployment.yaml index ef99ffb..dce6951 100644 --- a/charts/nebulous-exn-middleware/templates/deployment.yaml +++ b/charts/nebulous-exn-middleware/templates/deployment.yaml @@ -37,14 +37,6 @@ spec: - name: http containerPort: 8080 protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}