From 3ecb165792bc0ee365403f4ec4fbd9ad9579d9c7 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 2 Sep 2021 18:15:44 +0200 Subject: [PATCH] add linode autoscaler production --- bitbucket-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4ca01e2..1004d5d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -120,11 +120,10 @@ pipelines: - sed -i "s|{{linode_autoscaler_image}}|$AUTOSCALER_IMAGE|g" k8s/linode-autoscaler/production-webrtc-be-autoscaler.yaml - sed -i "s|{{linode_autoscaler_image}}|$AUTOSCALER_IMAGE|g" k8s/linode-autoscaler/production-coturn-autoscaler.yaml - sed -i "s|{{coturn_dns_image}}|$COTURN_DNS_IMAGE|g" k8s/coturn-dns/production-coturn-dns.yaml - - pipe: atlassian/kubectl-run:1.1.2 - variables: - KUBE_CONFIG: $KUBE_CONFIG_PRD - KUBECTL_COMMAND: 'apply' - RESOURCE_PATH: 'https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml' + # - pipe: atlassian/kubectl-run:1.1.2 + # variables: + # KUBE_CONFIG: $KUBE_CONFIG_PRD + # KUBECTL_COMMAND: 'apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml' - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_PRD