From 3cb58463b994a24b99b55d8cbf25a99c91898ff1 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Mon, 30 Aug 2021 20:27:23 +0200 Subject: [PATCH] setup production cluster --- bitbucket-pipelines.yml | 2 +- k8s/Dockerfile-autoscaler | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c7693b4..e1ebd35 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -127,6 +127,6 @@ pipelines: # RESOURCE_PATH: 'k8s/linode-autoscaler/' - pipe: atlassian/kubectl-run:1.1.2 variables: - KUBE_CONFIG: $KUBE_CONFIG + KUBE_CONFIG: $KUBE_CONFIG_PRD KUBECTL_COMMAND: 'apply' RESOURCE_PATH: 'k8s/coturn-dns/' \ No newline at end of file diff --git a/k8s/Dockerfile-autoscaler b/k8s/Dockerfile-autoscaler index bb0f34d..301208c 100644 --- a/k8s/Dockerfile-autoscaler +++ b/k8s/Dockerfile-autoscaler @@ -1,3 +1,3 @@ FROM meezaan/linode-k8s-autoscaler -COPY k8s/video-cluster-kubeconfig.yaml /root/.kube/config +COPY k8s/prd-video-cluster-kubeconfig.yaml /root/.kube/config