init
This commit is contained in:
10
template-postgres/values.yaml
Normal file
10
template-postgres/values.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
container:
|
||||
replicas: 1
|
||||
database:
|
||||
createdDatabase: postgres
|
||||
name: template-postgres
|
||||
mountPath: /mnt/postgres/data
|
||||
size: 10Gi
|
||||
auth:
|
||||
user: postgres
|
||||
password: super
|
Reference in New Issue
Block a user