Skip to content

Commit 1c88905

Browse files
committed
Incorrect label for worker Deployment in .spec.selector.matchLabels
1 parent e26e975 commit 1c88905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-specifications/worker-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
replicas: 1
1010
selector:
1111
matchLabels:
12-
app: db
12+
app: worker
1313
template:
1414
metadata:
1515
labels:

0 commit comments

Comments
 (0)