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:
Stavros Kois
2021-11-14 20:19:16 +01:00
committed by GitHub
parent 56de7f45de
commit 19df900522
189 changed files with 169 additions and 1246 deletions
+1 -7
View File
@@ -28,8 +28,6 @@ env:
USE_CDN: false
# -- Disable logs from appearing and writing to disk
DISABLE_LOGS: false
envTpl:
DB_CONN: "postgres"
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
@@ -46,8 +44,6 @@ envValueFrom:
secretKeyRef:
name: dbcreds
key: plainhost
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
@@ -56,14 +52,12 @@ service:
main:
port: 8080
targetPort: 8080
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
data:
enabled: true
mountPath: /app
mountPath: "/app"
# -- Enable and configure postgresql database subchart under this key.
# @default -- See values.yaml