From a8000c72d9b51d70d2dcef9fe35273651207b608 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 09:15:07 -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 040e30d..5e8839f 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -10,7 +10,7 @@ spec: kind: Rule services: - name: "durpapi-service" - port: 8080 + port: 80 tls: secretName: durpapi-tls