11 lines
185 B
YAML
11 lines
185 B
YAML
container:
|
|
replicas: 1
|
|
database:
|
|
createdDatabase: postgres
|
|
name: template-postgres
|
|
mountPath: /mnt/postgres/data
|
|
size: 10Gi
|
|
auth:
|
|
user: postgres
|
|
password: super
|
|
|