Skip to content

Commit

Permalink
feat: Drop all forge container capabilities (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 29, 2024
2 parents 60d1ba0 + 13de524 commit 0921ba1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/flowforge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ forge:
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL

livenessProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit 0921ba1

Please sign in to comment.