Skip to content

Commit

Permalink
Tighten container security: FB - Event collection
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Dec 23, 2024
1 parent 0cb3bcf commit 41dfff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/fb/fluent-bit_helm_values_events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ securityContext:
runAsNonRoot: true
runAsUser: 1001
readOnlyRootFilesystem: true
capabilities:
drop: ["ALL"]

podSecurityContext:
seccompProfile:
Expand Down

0 comments on commit 41dfff1

Please sign in to comment.