[stable/node-red]: add annotations in service.yaml (#13674)

* add annotations
Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* Bump version to 1.2.2

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* bump version to 1.2.3

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* bump version to 1.2.3

Signed-off-by: Martin Schlienger <ms@cbpi.ch>
This commit is contained in:
mscbpi
2019-05-27 09:55:52 -07:00
committed by Kubernetes Prow Robot
parent feaeec15bb
commit ebae55736c
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.19.6
description: Node-RED is flow-based programming for the Internet of Things
name: node-red
version: 1.2.2
version: 1.2.3
keywords:
- nodered
- node-red
+5 -1
View File
@@ -2,6 +2,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "node-red.fullname" . }}
{{- if .Values.service.annotations }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "node-red.name" . }}
helm.sh/chart: {{ include "node-red.chart" . }}
@@ -35,4 +39,4 @@ spec:
{{ end }}
selector:
app.kubernetes.io/name: {{ include "node-red.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}