Add Volume Mount Permissions Fix (#134)
- Adds a pre-install job to fix folder permissions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user