diff --git a/kube/deploy/apps/minecraft/app/hr.yaml b/kube/deploy/apps/minecraft/app/hr.yaml index a9e750e2..489214f9 100644 --- a/kube/deploy/apps/minecraft/app/hr.yaml +++ b/kube/deploy/apps/minecraft/app/hr.yaml @@ -186,7 +186,7 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: - topologyKey: "kubernetes.io/hostname" namespaces: ["minecraft", "minecraft2"] - labelSelctor: + labelSelector: matchLabels: app.kubernetes.io/name: "minecraft2" app.kubernetes.io/instance: "minecraft2" \ No newline at end of file diff --git a/kube/deploy/apps/minecraft2/app/hr.yaml b/kube/deploy/apps/minecraft2/app/hr.yaml index f952d76c..597d9c63 100644 --- a/kube/deploy/apps/minecraft2/app/hr.yaml +++ b/kube/deploy/apps/minecraft2/app/hr.yaml @@ -178,7 +178,7 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: - topologyKey: "kubernetes.io/hostname" namespaces: ["minecraft", "minecraft2"] - labelSelctor: + labelSelector: matchLabels: app.kubernetes.io/name: "minecraft" app.kubernetes.io/instance: "minecraft" \ No newline at end of file