From e22033c66b091862823e8276623d20523c2f0fb2 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 31 Aug 2021 18:23:14 +0200 Subject: [PATCH] setup production cluster --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e1ebd35..fb36354 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -119,7 +119,7 @@ pipelines: - COTURN_DNS_IMAGE="gcr.io/$GCLOUD_PROJECT/coturn-dns:prod-0.1.$BITBUCKET_BUILD_NUMBER" - sed -i "s|{{linode_autoscaler_image}}|$AUTOSCALER_IMAGE|g" k8s/linode-autoscaler/webrtc-be-autoscaler.yaml - sed -i "s|{{linode_autoscaler_image}}|$AUTOSCALER_IMAGE|g" k8s/linode-autoscaler/coturn-autoscaler.yaml - - sed -i "s|{{coturn_dns_image}}|$COTURN_DNS_IMAGE|g" k8s/coturn-dns/coturn-dns.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