[kubernetes-dashboard] add optional service annotations (#3275)

This commit is contained in:
James Rawlings
2018-01-14 08:13:20 -08:00
committed by k8s-ci-robot
parent 30ca8eff04
commit 10ecc9b3f3
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubernetes-dashboard
version: 0.4.3
version: 0.4.4
appVersion: 1.7.1
description: General-purpose web UI for Kubernetes clusters
keywords:
@@ -8,6 +8,10 @@ metadata:
release: "{{ .Release.Name }}"
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
kubernetes.io/cluster-service: "true"
{{- if .Values.serviceAnnotations }}
annotations:
{{ toYaml .Values.serviceAnnotations | indent 4 }}
{{- end }}
spec:
type: {{ .Values.serviceType }}
ports:
+2
View File
@@ -12,6 +12,8 @@ nodeSelector: {}
httpPort: 80
serviceType: ClusterIP
serviceAnnotations: {}
# foo.io/bar: "true"
resources:
limits: