From d929597ea25edbd1a28c536f4aee46501e8b7933 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 16:08:54 -0500 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index f442a5f..b7f23e9 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -13,7 +13,7 @@ spec: kind: Rule services: - name: "{{ .Chart.Name }}-service" - port: 8080 + port: 80 tls: secretName: durpapi-tls