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