From 354fa2d8e69047132fa5edba802b47829fc44871 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 09:11:33 -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 8f34dbf..d2302a3 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -12,7 +12,7 @@ spec: namespace: traefik kind: Rule services: - - name: "{{ .Chart.Name }}-service" + - name: "durpapi-service" port: 8080 tls: secretName: durpapi-tls