Skip to content

Commit

Permalink
πŸ› fix: runAsNonRoot
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Jun 8, 2024
1 parent a5bd102 commit 9e80373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ applicationName: storage-browser
deployment:
replicas: 2

containerSecurityContext:
readOnlyRootFilesystem: true
runAsNonRoot: false ## TODO: K8s cannot verify nextjs and nodejs user/group

readinessProbe:
enabled: true
failureThreshold: 3
Expand Down

0 comments on commit 9e80373

Please sign in to comment.