From a9bdb9572c128c06aae787fdefcfd548f1c7ef73 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Oct 2024 15:44:48 +0100 Subject: [PATCH] fix: chart ingress --- charts/openlit/templates/ingress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openlit/templates/ingress.yml b/charts/openlit/templates/ingress.yml index f955f67..09ca0cf 100644 --- a/charts/openlit/templates/ingress.yml +++ b/charts/openlit/templates/ingress.yml @@ -50,7 +50,7 @@ spec: backend: {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} service: - name: {{ $fullName }} + name: {{ include "openlit.fullname" . }} port: number: {{ $svcPort }} {{- else }}