mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
14 lines
233 B
YAML
14 lines
233 B
YAML
|
podSecurityContext:
|
||
|
runAsUser: 1420
|
||
|
runAsGroup: 2420
|
||
|
fsGroup: 2420
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: true
|
||
|
privileged: false
|
||
|
readOnlyRootFilesystem: true
|
||
|
allowPrivilegeEscalation: false
|
||
|
capabilities:
|
||
|
drop:
|
||
|
- ALL
|