chore(apps): persistence cleanup and small bugfixes (#1329)
* chore(apps): remove persistence size from values * remove type from persistence from values.yaml * remove accessMode from persistence from values * devices dont user persistence * remove empty lines * restore accessMode in common, whoops * quote all mountPaths * convert `'` to `"` * fix empty lines * add missing mountPath on values * add missing persistence on values * fix var name on quetsions * remove disabled persistence from values which are not even defined in questions * remove more type, accessMode and size * mountpath -> mountPath * mounthPath -> mountPath * booksonic-air persistence cleanup * remove empty lines * fix mountPath * remove unused persistence * teamspeak3 fix var name in persistence * remove persistence that will probably be user defined storage * remove persistence that will probably be user defined storage * add missing persistence from values * fix openldap volclaim * remove persistence that will probably be user defined storage * add missing persistence from values * fix path ff3 * fix mountPath * add missing persistence from values * remove persistence that will probably be user defined storage * revert changes in volClaimTemplate * remove varrun from questions * fix and cleanup questions postgres * calm down CI * ci only value
This commit is contained in:
@@ -27,8 +27,6 @@ env:
|
||||
TZ: UTC
|
||||
# -- Specify the user ID the application will run as
|
||||
PUID: 568
|
||||
|
||||
|
||||
# -- Sets default UMASK
|
||||
UMASK: # 022
|
||||
|
||||
@@ -64,21 +62,6 @@ service:
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
mountPath: /config
|
||||
|
||||
media:
|
||||
enabled: false
|
||||
mountPath: /media
|
||||
mountPath: "/config"
|
||||
varrun:
|
||||
enabled: true
|
||||
|
||||
downloads:
|
||||
enabled: false
|
||||
mountPath: /downloads
|
||||
|
||||
sync:
|
||||
enabled: false
|
||||
mountPath: /sync
|
||||
|
||||
Reference in New Issue
Block a user