From 7f1825f3eea411d0b4a92642d4b748562a0dd2a4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 24 Jun 2023 13:35:04 -0400 Subject: [PATCH] update --- charts/durpapi/Chart.yaml | 4 ++++ charts/durpapi/values.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 +