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 fa0f67b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions charts/crowdsec/templates/lapi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fa0f67b

Please sign in to comment.