Skip to content

Commit 2227919

Browse files
authored
Merge pull request k8spatterns#10 from sto/adapter-label-fix
Add label to match service.yml selector
2 parents d52c4ca + f16204b commit 2227919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

structural/Adapter/pod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apiVersion: v1
33
kind: Pod
44
metadata:
55
name: random-generator
6+
labels:
7+
app: random-generator
68
spec:
79
containers:
810
# ------------------------------------------------

0 commit comments

Comments
 (0)