From 2c59662880d137ed1650629cd6deb267e236fdb7 Mon Sep 17 00:00:00 2001 From: cymdym <92305337+cymdym@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:14:34 +0200 Subject: [PATCH 1/4] Update values.yaml --- helm/akhq/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/akhq/values.yaml b/helm/akhq/values.yaml index d4f1294d9..cd971e5a2 100644 --- a/helm/akhq/values.yaml +++ b/helm/akhq/values.yaml @@ -10,6 +10,10 @@ annotations: {} #prometheus.io/port: '8080' #prometheus.io/path: '/prometheus' +# custom labels +labels : {} + # custom.label: 'true + ## You can put directly your configuration here... or add java opts or any other env vars extraEnv: [] # - name: AKHQ_CONFIGURATION From 3af8b22db1eacb8d6529e646eeff80d7292250da Mon Sep 17 00:00:00 2001 From: cymdym <92305337+cymdym@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:18:18 +0200 Subject: [PATCH 2/4] Update deployment.yaml --- helm/akhq/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/akhq/templates/deployment.yaml b/helm/akhq/templates/deployment.yaml index 6f9ef663c..acc37d9b7 100644 --- a/helm/akhq/templates/deployment.yaml +++ b/helm/akhq/templates/deployment.yaml @@ -11,6 +11,9 @@ metadata: helm.sh/chart: {{ include "akhq.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} + {{- with .Values.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} spec: replicas: {{ .Values.replicaCount | default 1 }} selector: From c09845fa7783841f1b343e44380df95bcdea15b0 Mon Sep 17 00:00:00 2001 From: cymdym <92305337+cymdym@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:24:10 +0200 Subject: [PATCH 3/4] Update values.yaml --- helm/akhq/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/akhq/values.yaml b/helm/akhq/values.yaml index cd971e5a2..db1072d2c 100644 --- a/helm/akhq/values.yaml +++ b/helm/akhq/values.yaml @@ -11,7 +11,7 @@ annotations: {} #prometheus.io/path: '/prometheus' # custom labels -labels : {} +labels: {} # custom.label: 'true ## You can put directly your configuration here... or add java opts or any other env vars From 40ff3e28a78197a2e9d55b378d01a8bca04c5dc3 Mon Sep 17 00:00:00 2001 From: cymdym <92305337+cymdym@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:24:36 +0200 Subject: [PATCH 4/4] Update deployment.yaml --- helm/akhq/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/akhq/templates/deployment.yaml b/helm/akhq/templates/deployment.yaml index acc37d9b7..d3e409ca7 100644 --- a/helm/akhq/templates/deployment.yaml +++ b/helm/akhq/templates/deployment.yaml @@ -12,7 +12,7 @@ metadata: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- with .Values.labels }} - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 4 }} {{- end }} spec: replicas: {{ .Values.replicaCount | default 1 }}