File tree Expand file tree Collapse file tree 11 files changed +1195
-280
lines changed
Expand file tree Collapse file tree 11 files changed +1195
-280
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ on: [pull_request]
44
55jobs :
66 pull_request :
7- uses : MapColonies/shared-workflows/.github/workflows/pull_request.yaml@v4
7+ uses : MapColonies/shared-workflows/.github/workflows/pull_request.yaml@v5
88 secrets : inherit
Original file line number Diff line number Diff line change @@ -112,3 +112,6 @@ jest_html_reporters.html
112112reports
113113
114114local * .json
115+
116+ # Helm
117+ Chart.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ description: A Helm chart for exporter-trigger service
44type : application
55version : 3.1.6
66appVersion : 3.1.6
7+
8+ dependencies :
9+ - name : mclabels
10+ version : 1.0.1
11+ repository : oci://acrarolibotnonprod.azurecr.io/helm/infra
Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ Create chart name and version as used by the chart label.
3030Common labels
3131*/ }}
3232{{- define " exporter-trigger.labels" -}}
33+ app.kubernetes.io /name: {{ include " exporter-trigger.name" . }}
34+ app.kubernetes.io /instance: {{ .Release.Name }}
3335helm.sh /chart: {{ include " exporter-trigger.chart" . }}
34- {{ include " exporter-trigger.selectorLabels " . }}
36+ app .kubernetes.io /managed-by: {{ .Release.Service }}
3537{{- if .Chart.AppVersion }}
3638app.kubernetes.io /version: {{ .Chart.AppVersion | quote }}
3739{{- end }}
38- app .kubernetes.io /managed-by: {{ .Release.Service }}
40+ {{ include " mclabels.labels " . }}
3941{{- end }}
4042
4143{{/*
@@ -51,6 +53,7 @@ Selector labels
5153{{- define " exporter-trigger.selectorLabels" -}}
5254app.kubernetes.io /name: {{ include " exporter-trigger.name" . }}
5355app.kubernetes.io /instance: {{ .Release.Name }}
56+ {{ include " mclabels.selectorLabels" . }}
5457{{- end }}
5558
5659{{/*
Original file line number Diff line number Diff line change 4848 prometheus.io/port : {{ $metrics.prometheus.port | quote }}
4949 prometheus.io/scrape : {{ $metrics.prometheus.scrape | quote }}
5050 {{- end }}
51+ {{- include "mclabels.annotations" . | nindent 8 }}
5152 spec :
5253 {{- if $cloudProviderImagePullSecretName }}
5354 imagePullSecrets :
Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ global:
1111 domain : ' '
1212 configOfflineMode : false
1313
14+ mclabels :
15+ # environment: development
16+ component : backend
17+ partOf : export
18+ owner : raster
19+ gisDomain : raster
20+ prometheus :
21+ enabled : true
22+ port : 8080
23+
1424jobDefinitions :
1525 jobs :
1626 export :
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ paths:
119119 application/json :
120120 schema :
121121 $ref : ' #/components/schemas/ErrorMessage'
122+ security :
123+ - {}
122124components :
123125 requestBodies :
124126 ExportByRoiBody :
You can’t perform that action at this time.
0 commit comments