From fa0f67b93d77c41f8990f9f3e9fd5149a25ca189 Mon Sep 17 00:00:00 2001 From: Jeroen Rijken Date: Fri, 3 Mar 2023 18:23:46 +0100 Subject: [PATCH] Cleanup rebase mistake Signed-off-by: Jeroen Rijken --- .../crowdsec/templates/lapi-deployment.yaml | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/charts/crowdsec/templates/lapi-deployment.yaml b/charts/crowdsec/templates/lapi-deployment.yaml index 192f807..09afc16 100644 --- a/charts/crowdsec/templates/lapi-deployment.yaml +++ b/charts/crowdsec/templates/lapi-deployment.yaml @@ -268,38 +268,6 @@ spec: name: http protocol: TCP - livenessProbe: - failureThreshold: 3 - httpGet: - path: / - port: http - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - readinessProbe: - failureThreshold: 3 - httpGet: - path: / - port: http - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - startupProbe: - failureThreshold: 30 - httpGet: - path: / - port: http - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - - securityContext: - allowPrivilegeEscalation: false - privileged: false - {{- with .Values.lapi.dashboard.resources }} resources: {{- toYaml . | nindent 10 }}