Skip to content

Commit

Permalink
Update mariadb-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 22, 2024
1 parent 7be0dc4 commit 02609bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/mariadb/mariadb-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
runAsUser: 103306 # Using high UID to avoid conflicts
readOnlyRootFilesystem: true # Use read-only filesystem for containers where possible
seccompProfile:
type: docker/default # Ensure that the seccomp profile is set to docker/default or runtime/default
type: RuntimeDefault
containers:
- image: mariadb:10.6@sha256:placeholder_digest
name: mariadb
Expand All @@ -48,7 +48,7 @@ spec:
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
type: RuntimeDefault
capabilities:
drop:
- ALL # Dropping all capabilities
Expand Down

0 comments on commit 02609bd

Please sign in to comment.