mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[kubernetes-dashboard] add optional service annotations (#3275)
This commit is contained in:
committed by
k8s-ci-robot
parent
30ca8eff04
commit
10ecc9b3f3
@@ -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:
|
||||
|
||||
@@ -12,6 +12,8 @@ nodeSelector: {}
|
||||
httpPort: 80
|
||||
|
||||
serviceType: ClusterIP
|
||||
serviceAnnotations: {}
|
||||
# foo.io/bar: "true"
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user