mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 21:49:19 -06:00
fix/update database template configurations for MariaDB and PostgreSQL
This commit is contained in:
@@ -51,7 +51,7 @@ export const mariadbAppTemplate: AppTemplateModel = {
|
||||
},
|
||||
appDomains: [],
|
||||
appVolumes: [{
|
||||
size: 200,
|
||||
size: 400,
|
||||
containerMountPath: '/var/lib/mysql',
|
||||
accessMode: 'ReadWriteOnce'
|
||||
}],
|
||||
|
||||
@@ -40,12 +40,13 @@ export const postgreAppTemplate: AppTemplateModel = {
|
||||
sourceType: 'CONTAINER',
|
||||
containerImageSource: "",
|
||||
replicas: 1,
|
||||
envVars: ``,
|
||||
envVars: `PGDATA=/var/lib/qs-postgres/data
|
||||
`,
|
||||
},
|
||||
appDomains: [],
|
||||
appVolumes: [{
|
||||
size: 500,
|
||||
containerMountPath: '/var/lib/postgresql',
|
||||
size: 300,
|
||||
containerMountPath: '/var/lib/qs-postgres',
|
||||
accessMode: 'ReadWriteOnce'
|
||||
}],
|
||||
appFileMounts: [],
|
||||
|
||||
Reference in New Issue
Block a user