From 429911ea53aa34405616071d618bc2cca93db9d3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 09:07:26 -0600 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 b99470d..8f34dbf 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -13,7 +13,7 @@ spec: kind: Rule services: - name: "{{ .Chart.Name }}-service" - port: {{ .Values.service.port }} + port: 8080 tls: secretName: durpapi-tls