From aff7951920be7f98271612d23d4a07ed58d868f3 Mon Sep 17 00:00:00 2001 From: jmarchel Date: Tue, 26 Mar 2024 14:41:03 +0100 Subject: [PATCH] Delete probes Change-Id: If05623491d34faaa9eeb5b2fd289f2e9ce12a23b --- charts/nebulous-monitoring/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts/nebulous-monitoring/templates/deployment.yaml b/charts/nebulous-monitoring/templates/deployment.yaml index 722c39b..63d9d6f 100644 --- a/charts/nebulous-monitoring/templates/deployment.yaml +++ b/charts/nebulous-monitoring/templates/deployment.yaml @@ -55,14 +55,6 @@ spec: containerPort: {{ .containerPort }} protocol: {{ .protocol }} {{- end }} - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}