diff --git a/templates/service.yaml b/templates/service.yaml index 9aabc86284b0eb25bfde688f173f1edbd48fb686_dGVtcGxhdGVzL3NlcnZpY2UueWFtbA==..444b76a0afc8c393cd9ef3fdf02b962198288418_dGVtcGxhdGVzL3NlcnZpY2UueWFtbA== 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -12,4 +12,5 @@ port: {{ .Values.port }} targetPort: {{ .Values.port }} selector: + app.kubernetes.io/name: {{ .Values.appName }} app.kubernetes.io/instance: {{ .Release.Name }}