25 lines
323 B
YAML
25 lines
323 B
YAML
global:
|
|
storageClass: ceph-rbd
|
|
|
|
architecture: standalone
|
|
|
|
auth:
|
|
postgresPassword: "xs2cidb"
|
|
username: "orion"
|
|
password: "xs2cidb"
|
|
database: "orion"
|
|
|
|
primary:
|
|
persistence:
|
|
enabled: true
|
|
size: 100Gi
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
|
|
limits:
|
|
cpu: 2
|
|
memory: 4Gi
|