Skip to content

Commit 32e20e0

Browse files
Update deployment.yaml
1 parent 990d522 commit 32e20e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm-guestbook/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ metadata:
1010
spec:
1111
replicas: {{ .Values.replicaCount }}
1212
revisionHistoryLimit: 3
13+
selector:
14+
matchLabels:
15+
app: {{ template "helm-guestbook.name" . }}
16+
release: {{ .Release.Name }}
1317
template:
1418
metadata:
1519
labels:

0 commit comments

Comments
 (0)