feat: add postgresql
This commit is contained in:
parent
5e1e436571
commit
d39a9a9c45
4 changed files with 81 additions and 0 deletions
11
postgresql/Chart.yaml
Normal file
11
postgresql/Chart.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: postgres
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 11.1.19
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
Reference in a new issue