Add podLabels to loadtester chart

Signed-off-by: Alexis Gauthiez <alexis.gauthiez@blablacar.com>
This commit is contained in:
Alexis Gauthiez
2021-10-19 16:42:52 +02:00
parent 01d47808a7
commit 97eaecec48
2 changed files with 5 additions and 0 deletions
@@ -17,6 +17,9 @@ spec:
labels:
app: {{ include "loadtester.name" . }}
app.kubernetes.io/name: {{ include "loadtester.name" . }}
{{- range $key, $value := .Values.podLabels }}
{{ $key }}: {{ $value | quote }}
{{- end }}
annotations:
appmesh.k8s.aws/ports: "444"
openservicemesh.io/inbound-port-exclusion-list: "80, 8080"
+2
View File
@@ -5,6 +5,8 @@ image:
tag: 0.18.0
pullPolicy: IfNotPresent
podLabels: {}
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"