mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 20:40:37 +08:00
try more agressive testing settings for postgresql
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: postgresql
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
appVersion: "auto"
|
||||
description: PostgresSQL
|
||||
type: application
|
||||
|
||||
@@ -17,12 +17,16 @@ service:
|
||||
persistence:
|
||||
db:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: "/var/lib/postgresql/data"
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
dbbackups:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
|
||||
mountPath: "/dbbackups"
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
postgresqlPassword: "testpass"
|
||||
postgresqlUsername: "test"
|
||||
|
||||
Reference in New Issue
Block a user