run as user 1001 by default

Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-03-18 10:14:33 +01:00
parent 319c29aae2
commit 41f623dd39
3 changed files with 22 additions and 20 deletions
@@ -367,12 +367,12 @@
"runAsUser": {
"type": "number",
"description": "Set runAsUser in backend container' Security Context",
"default": 1000
"default": 1001
},
"runAsGroup": {
"type": "number",
"description": "Set runAsGroup in backend container' Security Context",
"default": 1000
"default": 1001
},
"runAsNonRoot": {
"type": "boolean",
@@ -1056,12 +1056,12 @@
"runAsUser": {
"type": "number",
"description": "Set runAsUser in frontend container' Security Context",
"default": 101
"default": 1001
},
"runAsGroup": {
"type": "number",
"description": "Set runAsGroup in frontend container' Security Context",
"default": 101
"default": 1001
},
"runAsNonRoot": {
"type": "boolean",
@@ -1675,12 +1675,12 @@
"runAsUser": {
"type": "number",
"description": "Set runAsUser in orborus container' Security Context",
"default": 101
"default": 1001
},
"runAsGroup": {
"type": "number",
"description": "Set runAsGroup in orborus container' Security Context",
"default": 101
"default": 1001
},
"runAsNonRoot": {
"type": "boolean",