浏览代码

Merge pull request #146 from lucj/master

Incorrect label for worker Deployment in .spec.selector.matchLabels
Jenny Burcio 5 年之前
父节点
当前提交
2209b3a776
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      k8s-specifications/worker-deployment.yaml

+ 1 - 1
k8s-specifications/worker-deployment.yaml

@@ -9,7 +9,7 @@ spec:
   replicas: 1
   selector:
     matchLabels:
-      app: db
+      app: worker
   template:
     metadata:
       labels: