feat: add annotations section to frontend ingress configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-07 16:14:56 +08:00
parent 546d14141c
commit 49afbe1d7c

View File

@ -15,6 +15,7 @@ metadata:
app.kubernetes.io/managed-by: {{ $releaseIngress }}
app.kubernetes.io/instance: {{ $releaseName }}
{{- if $ingress.annotations }}
annotations:
{{- toYaml $ingress.annotations | nindent 4 }}
{{- end }}
spec: