diff --git a/charts/durpapi/Chart.yaml b/charts/durpapi/Chart.yaml index f72d46b..708988c 100644 --- a/charts/durpapi/Chart.yaml +++ b/charts/durpapi/Chart.yaml @@ -5,3 +5,7 @@ type: application version: 0.1.0 appVersion: "0.1.0" +dependencies: + - name: postgresql + version: 12.5.* + repository: https://charts.bitnami.com/bitnami diff --git a/charts/durpapi/values.yaml b/charts/durpapi/values.yaml index cd7dd58..c8573b4 100644 --- a/charts/durpapi/values.yaml +++ b/charts/durpapi/values.yaml @@ -15,4 +15,5 @@ ingress: service: type: ClusterIP port: 80 - targetport: 8080 \ No newline at end of file + targetport: 8080 +