mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Tag roles for master and data (#10337)
This follows role conventions seen in other Helm charts and allows graphing to break out activity stats per role Signed-off-by: Ben Klang <bklang@powerhrg.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
dca3e8b625
commit
f7e5f0a3fa
@@ -1,6 +1,6 @@
|
||||
name: elasticsearch
|
||||
home: https://www.elastic.co/products/elasticsearch
|
||||
version: 1.15.2
|
||||
version: 1.15.3
|
||||
appVersion: 6.5.4
|
||||
description: Flexible and powerful open source, distributed real-time search and analytics
|
||||
engine.
|
||||
|
||||
@@ -17,6 +17,7 @@ spec:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
component: "{{ .Values.data.name }}"
|
||||
release: {{ .Release.Name }}
|
||||
role: data
|
||||
{{- if .Values.data.podAnnotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.data.podAnnotations | indent 8 }}
|
||||
|
||||
@@ -17,6 +17,7 @@ spec:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
component: "{{ .Values.master.name }}"
|
||||
release: {{ .Release.Name }}
|
||||
role: master
|
||||
{{- if .Values.master.podAnnotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.master.podAnnotations | indent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user