Skip to content

Commit

Permalink
462 nachet detector security context
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent d466437 commit ea39e29
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 ea39e29

Please sign in to comment.