mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* initial commit * add readme * add templates * update templates * add metadata * update ui * allow custom config * whops * rootless * bump common * clean up metadata
14 lines
296 B
YAML
14 lines
296 B
YAML
runAsContext:
|
|
- userName: invidious
|
|
groupName: invidious
|
|
gid: 1000
|
|
uid: 1000
|
|
description: Invidious runs as non-root user
|
|
- userName: postgres
|
|
groupName: postgres
|
|
gid: 999
|
|
uid: 999
|
|
description: Postgres runs as a non-root user.
|
|
capabilities: []
|
|
hostMounts: []
|