File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : rails-application
3
3
description : Base chart for my rails applications
4
4
type : application
5
- version : " 0.1.0-alpha2 "
5
+ version : " 0.1.0-alpha3 "
Original file line number Diff line number Diff line change 11
11
{{- end }}
12
12
selector :
13
13
matchLabels :
14
+ app.kubernetes.io/component : {{ $deploymentName }}
14
15
{{- include "rails-application.selectorLabels" $ | nindent 6 }}
15
16
template :
16
17
metadata :
19
20
{{- toYaml . | nindent 8 }}
20
21
{{- end }}
21
22
labels :
22
- " k8s.klaus-meyer.net/deployment-type " : {{ $deploymentName }}
23
+ app.kubernetes.io/component : {{ $deploymentName }}
23
24
{{- include "rails-application.labels" $ | nindent 8 }}
24
25
{{- with $.Values.podLabels }}
25
26
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 12
12
protocol : TCP
13
13
name : http
14
14
selector :
15
- k8s.klaus-meyer.net/deployment-type : web
15
+ app.kubernetes.io/component : web
16
16
{{- include "rails-application.selectorLabels" . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments