From 7b8275dd8473ab2f5d3e26e5051a17c2c387f3bf Mon Sep 17 00:00:00 2001 From: Senthil Kumar Karuppiah <450723+senthilkumarkj@users.noreply.github.com> Date: Thu, 18 May 2023 01:18:02 -0700 Subject: [PATCH] Add annotations to frontend helm template. 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 --- helm-chart/templates/cvat_frontend/service.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-chart/templates/cvat_frontend/service.yml b/helm-chart/templates/cvat_frontend/service.yml index 568ada66d79d..a29c3a8e7482 100644 --- a/helm-chart/templates/cvat_frontend/service.yml +++ b/helm-chart/templates/cvat_frontend/service.yml @@ -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