diff --git a/helm-chart/eoapi/templates/services/deployment.yaml b/helm-chart/eoapi/templates/services/deployment.yaml index c3c0d3c..8c38fbe 100644 --- a/helm-chart/eoapi/templates/services/deployment.yaml +++ b/helm-chart/eoapi/templates/services/deployment.yaml @@ -9,6 +9,10 @@ metadata: app: {{ $serviceName }}-{{ $.Release.Name }} gitsha: {{ $.Values.gitSha }} name: {{ $serviceName }}-{{ $.Release.Name }} + {{- with index $v "annotations" }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: progressDeadlineSeconds: 600 revisionHistoryLimit: 5