feat: add security context and volume mounts to deployment configuration

This commit is contained in:
alam00000
2026-03-17 23:14:34 +05:30
parent 56801bd26e
commit 59d07a1444
3 changed files with 38 additions and 0 deletions

3
.trivyignore Normal file
View File

@@ -0,0 +1,3 @@
# Dockerfile.nonroot intentionally starts as root to support PUID/PGID (LSIO pattern).
# The entrypoint.sh creates the user at runtime and drops privileges via su-exec.
DS-0002