Skip to content

Commit

Permalink
Update nginx-configmap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 22, 2024
1 parent fa5fa39 commit ee5eb5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployments/nginx/nginx-configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,13 @@ spec:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 10336
allowPrivilegeEscalation: false
seccompProfile:
type: docker/default # Ensure that the seccomp profile is set to docker/default or runtime/default
capabilities:
drop:
- ALL # Dropping all capabilities
containers:
- image: mariadb:10.6@sha256:xxxx
name: mariadb
Expand Down

0 comments on commit ee5eb5a

Please sign in to comment.