Add Volume Mount Permissions Fix (#134)

- Adds a pre-install job to fix folder permissions
This commit is contained in:
Kjeld Schouten-Lebbing
2021-02-19 22:29:02 +01:00
committed by kjeld Schouten-Lebbing
parent 5b6f5e2b41
commit a1cbab4e07
9 changed files with 105 additions and 14 deletions
+10 -6
View File
@@ -99,7 +99,7 @@ probes:
## The spec field contains the values for the default livenessProbe.
## If you selected custom: true, this field holds the definition of the livenessProbe.
spec:
initialDelaySeconds: 0
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 5
@@ -111,7 +111,7 @@ probes:
## The spec field contains the values for the default readinessProbe.
## If you selected custom: true, this field holds the definition of the readinessProbe.
spec:
initialDelaySeconds: 0
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 5
@@ -123,11 +123,11 @@ probes:
## The spec field contains the values for the default startupProbe.
## If you selected custom: true, this field holds the definition of the startupProbe.
spec:
initialDelaySeconds: 0
initialDelaySeconds: 5
timeoutSeconds: 10
## This means it has a maximum of 5*30=150 seconds to start up before it fails
periodSeconds: 5
failureThreshold: 120
periodSeconds: 10
failureThreshold: 30
service:
enabled: true
@@ -454,7 +454,8 @@ addons:
PUID: 568
PGID: 568
appAdditionalServicesEnabled: false
fixMountPermissions: true
# appAdditionalServicesEnabled: false
# appAdditionalServices:
# api:
# enabled: false
@@ -490,6 +491,9 @@ appAdditionalServicesEnabled: false
# subPath: some-subpath
# hostPathEnabled: false
# hostPath: ""
# setPermissions: true
#
# data:
# enabled: false
# emptyDir: false