mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
* init commit * add few templates * add initial implementation * typo * add host * fix lint * whops * quote * fix permisions * no port * fix probes * test user * readme * add ui * typo * use shortcut for regex * add redis on metadata * clean notes * fixed path * move down * fix upgrade json
19 lines
409 B
YAML
19 lines
409 B
YAML
runAsContext:
|
|
- userName: n8n
|
|
groupName: n8n
|
|
gid: 568
|
|
uid: 568
|
|
description: n8n runs as any non-root user
|
|
- userName: postgres
|
|
groupName: postgres
|
|
gid: 999
|
|
uid: 999
|
|
description: Postgres runs as a non-root user.
|
|
- userName: redis
|
|
groupName: redis
|
|
gid: 1001
|
|
uid: 0
|
|
description: Redis runs as a non-root user and root group.
|
|
capabilities: []
|
|
hostMounts: []
|