feat(watchyourlan): Run as root (#4415)
* feat(watchyourlan): Run as root * rorootfs: false * more fixes
This commit is contained in:
@@ -19,7 +19,7 @@ name: watchyourlan
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/watchyourlan
|
||||
- https://github.com/aceberg/WatchYourLAN
|
||||
version: 1.0.4
|
||||
version: 2.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -114,7 +114,7 @@ questions:
|
||||
label: ReadOnly Root Filesystem
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: Allow Privilege Escalation
|
||||
schema:
|
||||
@@ -124,20 +124,20 @@ questions:
|
||||
label: runAsNonRoot
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
# Include{podSecurityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: runAsGroup
|
||||
description: The groupID this App of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
|
||||
@@ -5,6 +5,14 @@ image:
|
||||
|
||||
hostNetwork: true
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
watchyourlan:
|
||||
gui_ip: "0.0.0.0"
|
||||
interfaces:
|
||||
|
||||
Reference in New Issue
Block a user