feat: add annotations section to frontend ingress configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
546d14141c
commit
49afbe1d7c
@ -15,6 +15,7 @@ metadata:
|
|||||||
app.kubernetes.io/managed-by: {{ $releaseIngress }}
|
app.kubernetes.io/managed-by: {{ $releaseIngress }}
|
||||||
app.kubernetes.io/instance: {{ $releaseName }}
|
app.kubernetes.io/instance: {{ $releaseName }}
|
||||||
{{- if $ingress.annotations }}
|
{{- if $ingress.annotations }}
|
||||||
|
annotations:
|
||||||
{{- toYaml $ingress.annotations | nindent 4 }}
|
{{- toYaml $ingress.annotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user