From d379f35e6b8e6c2e1bd974150ea927e59b056eb0 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 25 Jul 2021 02:33:40 +0700 Subject: [PATCH] Scale up workers --- infra/cluster/homelab.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/cluster/homelab.yaml b/infra/cluster/homelab.yaml index 8a08761e..b29c7bdf 100644 --- a/infra/cluster/homelab.yaml +++ b/infra/cluster/homelab.yaml @@ -27,7 +27,7 @@ metadata: namespace: default spec: controlPlaneEndpoint: - host: null + host: 192.168.1.12 port: 6443 --- apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 @@ -81,7 +81,7 @@ metadata: namespace: default spec: clusterName: homelab - replicas: 0 + replicas: 3 selector: matchLabels: null template: