diff --git a/charts/crowdsec/templates/lapi-deployment.yaml b/charts/crowdsec/templates/lapi-deployment.yaml index 192f807..4c2174d 100644 --- a/charts/crowdsec/templates/lapi-deployment.yaml +++ b/charts/crowdsec/templates/lapi-deployment.yaml @@ -96,27 +96,6 @@ spec: {{- with .Values.lapi.env }} {{- toYaml . | nindent 10 }} {{- end }} - livenessProbe: - failureThreshold: 3 - periodSeconds: 10 - successThreshold: 1 - tcpSocket: - port: lapi - timeoutSeconds: 1 - readinessProbe: - failureThreshold: 3 - periodSeconds: 10 - successThreshold: 1 - tcpSocket: - port: lapi - timeoutSeconds: 1 - startupProbe: - failureThreshold: 30 - periodSeconds: 10 - successThreshold: 1 - tcpSocket: - port: lapi - timeoutSeconds: 1 resources: {{- toYaml .Values.lapi.resources | nindent 10 }} livenessProbe: @@ -268,38 +247,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 }}