未验证 提交 23e5998a 编写于 作者: S SK 提交者: GitHub

Add annotations to frontend helm template. (#6163)

This is similar to annotations in backend template at
https://github.com/tidaltech/cvat/blob/develop/helm-chart/templates/cvat_backend/service.yml#L10-L13
上级 9b38f3e4
......@@ -7,6 +7,10 @@ metadata:
{{- include "cvat.labels" . | nindent 4 }}
app: cvat-app
tier: frontend
annotations:
{{- with .Values.cvat.frontend.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
app: cvat-app
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册