We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30fa19 commit 7e644c4Copy full SHA for 7e644c4
helm/cortex/templates/deployment.yaml
@@ -5,6 +5,7 @@ kind: Deployment
5
metadata:
6
name: {{ $.Chart.Name }}-{{ .name }}
7
labels:
8
+ app: {{ $.Chart.Name }}-{{ .name }}
9
{{- include "cortex.labels" $ | nindent 4 }}
10
spec:
11
replicas: {{ .replicas }}
@@ -18,6 +19,7 @@ spec:
18
19
{{- toYaml . | nindent 8 }}
20
{{- end }}
21
22
23
{{- include "cortex.labels" $ | nindent 8 }}
24
{{- with $.Values.podLabels }}
25
helm/cortex/templates/service.yaml
@@ -23,5 +23,5 @@ spec:
protocol: TCP
name: metrics
selector:
26
- {{- include "cortex.selectorLabels" $ | nindent 4 }}
27
0 commit comments