We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbfdac commit 973c09aCopy full SHA for 973c09a
1 file changed
deploy/kubernetes/podinfo-dep.yaml
@@ -5,6 +5,9 @@ metadata:
5
name: podinfo
6
spec:
7
replicas: 1
8
+ selector:
9
+ matchLabels:
10
+ app: podinfo
11
template:
12
metadata:
13
labels:
0 commit comments