We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c6fee9 + f8954f9 commit d05ec48Copy full SHA for d05ec48
1 file changed
charts/lfx-v2-voting-service/templates/deployment.yaml
@@ -8,6 +8,7 @@ metadata:
8
namespace: {{ .Values.lfx.namespace }}
9
labels:
10
app: {{ .Chart.Name }}
11
+ app.kubernetes.io/name: {{ .Chart.Name }}
12
spec:
13
replicas: {{ .Values.replicaCount }}
14
selector:
@@ -21,6 +22,7 @@ spec:
21
22
{{- end }}
23
24
25
26
{{- with .Values.podLabels }}
27
{{- toYaml . | nindent 8 }}
28
0 commit comments