Renamed postgres chart and rendered path to platform-postgres
This commit is contained in:
parent
d1dcd61e14
commit
2594962ae4
7 changed files with 3 additions and 3 deletions
18
charts/platform-postgres/values.yaml
Normal file
18
charts/platform-postgres/values.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: platform-postgres
|
||||
namespace: platform-services
|
||||
|
||||
image:
|
||||
repository: postgres
|
||||
tag: "18.4"
|
||||
|
||||
auth:
|
||||
database: postgres
|
||||
username: postgres
|
||||
secret: platform-postgres-secret
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 20Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue