ソースを参照

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: