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