11 lines
199 B
YAML
11 lines
199 B
YAML
version: 1.0.0-1
|
|
defaultConfig:
|
|
namespace: postgres
|
|
host: postgres.postgres.svc.cluster.local
|
|
port: 5432
|
|
database: postgres
|
|
user: postgres
|
|
storage: 10Gi
|
|
defaultSecrets:
|
|
- key: password
|