Files
chart/library/ix-dev/community/n8n/metadata.yaml
Stavros Kois 1c3f7eaf4a NAS-123991 / 24.04 / add n8n to community train (#1520)
* 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
2023-09-12 21:37:16 +03:00

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: []