Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Develop

Merged Natalia Szakiel requested to merge develop into main
8 files
+ 222
82
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -16,6 +16,10 @@ spec:
hostNetwork: true # Allows to provide richer host metadata
containers:
- name: filebeat
{{- with .Values.filebeat4agents.resources }}
resources:
{{- toYaml . | nindent 12 }}
{{- end }}
command: ['sh', '-c', 'exec /usr/share/filebeat/filebeat -e -c /usr/share/filebeat/filebeat.yml']
securityContext:
runAsUser: 0
Loading