17 lines
213 B
YAML
17 lines
213 B
YAML
|
|
namespace: database
|
||
|
|
|
||
|
|
image:
|
||
|
|
repository: postgres
|
||
|
|
tag: "18.4"
|
||
|
|
|
||
|
|
auth:
|
||
|
|
database: symcrest
|
||
|
|
username: admin
|
||
|
|
secret: postgres-secret
|
||
|
|
|
||
|
|
storage:
|
||
|
|
className: longhorn
|
||
|
|
size: 20Gi
|
||
|
|
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|