setup coturn autoscaler

This commit is contained in:
Victor Barba Martin 2021-09-01 19:49:15 +02:00
parent 29e095803f
commit 431a301067
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ pipelines:
- sed -i "s|{{coturn_dns_image}}|$COTURN_DNS_IMAGE|g" k8s/coturn-dns/production-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 - pipe: atlassian/kubectl-run:1.1.2
variables: variables:
KUBE_CONFIG: $KUBE_CONFIG KUBE_CONFIG: $KUBE_CONFIG_PRD
KUBECTL_COMMAND: 'apply' KUBECTL_COMMAND: 'apply'
RESOURCE_PATH: 'k8s/linode-autoscaler/production-coturn-autoscaler.yaml' RESOURCE_PATH: 'k8s/linode-autoscaler/production-coturn-autoscaler.yaml'
- pipe: atlassian/kubectl-run:1.1.2 - pipe: atlassian/kubectl-run:1.1.2