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