Skip to content

Commit

Permalink
Update mariadb-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Feb 22, 2024
1 parent f1491a4 commit c99d993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/mariadb/mariadb-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
runAsUser: 103306 # Using high UID to avoid conflicts
readOnlyRootFilesystem: true # Mounting read-only filesystem
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
Expand Down

0 comments on commit c99d993

Please sign in to comment.