diff --git a/charts/opensearch-dashboards/templates/service.yaml b/charts/opensearch-dashboards/templates/service.yaml index 16962f16..3cc8690c 100644 --- a/charts/opensearch-dashboards/templates/service.yaml +++ b/charts/opensearch-dashboards/templates/service.yaml @@ -40,5 +40,5 @@ spec: protocol: TCP port: {{ .Values.service.metricsPort }} selector: - app: {{ .Chart.Name }} - release: {{ .Release.Name | quote }} + app.kubernetes.io/name: {{ .Chart.Name }} + app.kubernetes.io/version: {{ .Release.Name | quote }}