Skip to content

Commit

Permalink
fix: fullname ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
didlawowo committed Oct 29, 2024
1 parent a9bdb95 commit 1065e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openlit/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
port:
number: {{ $svcPort }}
{{- else }}
serviceName: {{ $fullName }}
serviceName: {{ include "openlit.fullname" . }}
servicePort: {{ $svcPort }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 1065e63

Please sign in to comment.