Skip to content

Commit

Permalink
Cleanup rebase mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Rijken <[email protected]>
  • Loading branch information
Jeroen0494 committed Mar 3, 2023
1 parent 5f6bf94 commit a9fa817
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions charts/crowdsec/templates/lapi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a9fa817

Please sign in to comment.