From 19714a2bf217359221269080b9a23f6cd6120a91 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 15:59:49 -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 dac39c9..59b3074 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: {{ .Values.ingress.tls }}