Skip to content

Commit

Permalink
Remove liveness probe in sysdig-agent-windows daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
fnonay committed Oct 16, 2024
1 parent 207f5fb commit 4565b52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions charts/agent/templates/daemonset-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.windows.image.registry }}/{{ .Values.windows.image.repository }}:{{ .Values.windows.image.tag }}"
imagePullPolicy: {{ .Values.windows.image.pullPolicy | default .Values.global.image.pullPolicy }}
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 24484
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
readinessProbe:
httpGet:
host: 127.0.0.1
Expand Down

0 comments on commit 4565b52

Please sign in to comment.