Skip to content

Commit

Permalink
chore: change app label with 'app.kubernetes.io/name'
Browse files Browse the repository at this point in the history
  • Loading branch information
ainthapanya-sqc authored Dec 5, 2024
1 parent 908eb8f commit 3192fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opensearch-dashboards/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3192fb2

Please sign in to comment.