Skip to content

Commit

Permalink
462 nachet detector security context (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic authored Nov 20, 2024
1 parent d466437 commit 449ba4b
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ spec:
app: nachet-rcnn-detector
spec:
securityContext:
runAsNonRoot: true
runAsNonRoot: false
runAsUser: 1000
runAsGroup: 3000
fsGroup: 2000
runAsGroup: 1000
readOnlyRootFilesystem: false
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 449ba4b

Please sign in to comment.