feat: add security context and volume mounts to deployment configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user