Skip to content

Commit

Permalink
Add livenessProbe to filebeat sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Oct 18, 2023
1 parent 0ab43df commit ab54d75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/kube/helm/templates/deployment-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ spec:
secretKeyRef:
name: {{ .Values.backend.secret.secretName }}
key: API_OVH_TOKEN
livenessProbe:
exec:
command:
- ls
- /usr/share/filebeat/data
volumeMounts:
- name: {{ include "basegun.name" . }}-filebeat-conf
mountPath: /tmp/filebeat/
Expand Down

0 comments on commit ab54d75

Please sign in to comment.