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

View File

@@ -63,6 +63,19 @@ httpRoute:
type: PathPrefix
value: /
podSecurityContext:
runAsNonRoot: true
runAsUser: 101
runAsGroup: 101
fsGroup: 101
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
resources: {}
livenessProbe: