Initial commit
This commit is contained in:
commit
c029592583
31 changed files with 39732 additions and 0 deletions
17
charts/postgres/values.yaml
Normal file
17
charts/postgres/values.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
namespace: database
|
||||
|
||||
image:
|
||||
repository: postgres
|
||||
tag: "18.4"
|
||||
|
||||
auth:
|
||||
database: symcrest
|
||||
username: admin
|
||||
secret: postgres-secret
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 20Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue