(feat) Standardise and Harden default app securitycontext (#1028)

* Apply security hardened defaults to values.yaml for all apps

* Add default common securityContext to all apps

* Adjust securityContext defaults in questions.yaml, according to values.yaml

* Add default common podSecurityContext to all apps

* Clean whitespace

* Clean more whitespace

* Adjust podSecurityContext defaults in questions.yaml, according to values.yaml

* fix pgadmin

Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-26 20:05:21 +02:00
committed by GitHub
co-authored by Stavros kois
parent fe03d574fc
commit acf510ea13
314 changed files with 2675 additions and 3091 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "5de90278"
appVersion: 5de90278
dependencies:
- name: common
repository: https://truecharts.org
version: 7.0.14
version: 8.0.7
description: pyLoad is a Free and Open Source download manager written in Python and
designed to be extremely lightweight, easily extensible and fully manageable via
web.
@@ -21,4 +21,4 @@ name: pyload
sources:
- https://github.com/pyload/pyload
- https://hub.docker.com/r/linuxserver/pyload
version: 2.0.2
version: 3.0.0
+4 -9
View File
@@ -98,8 +98,6 @@ questions:
default: "002"
# Include{containerConfig}
- variable: service
group: "Networking and Services"
label: "Configure Service(s)"
@@ -204,7 +202,6 @@ questions:
max: 65535
default: 36082
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -553,8 +550,6 @@ questions:
schema:
type: string
# Include{ingressList}
- variable: securityContext
@@ -572,12 +567,12 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: true
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
@@ -607,7 +602,7 @@ questions:
description: "The group that should own ALL storage."
schema:
type: int
default: 0
default: 568
- variable: supplementalGroups
label: "supplemental Groups"
schema:
@@ -628,6 +623,7 @@ questions:
description: "OnRootMismatch"
- value: "Always"
description: "Always"
- variable: resources
group: "Resources and Devices"
label: ""
@@ -669,7 +665,6 @@ questions:
default: "50Mi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$'
- variable: autoscaling
group: "Resources and Devices"
label: "(Advanced) Horizontal Pod Autoscaler"
-6
View File
@@ -14,17 +14,11 @@ image:
pullPolicy: IfNotPresent
securityContext:
privileged: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
supplementalGroups: []
fsGroupChangePolicy: "OnRootMismatch"
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-pyload#environment-variables-e) for more details.
# @default -- See below