From 7b919ac428fa07570ccb121d6a0949f9ee8cfc8f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 2 Apr 2024 20:51:21 -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 b088dff..8f47c61 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -21,7 +21,7 @@ spec: apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: - name: "{{ .Chart.Name }}-ingress" + name: "{{ .Chart.Name }}-swagger" spec: entryPoints: - websecure