setup production cluster

This commit is contained in:
Victor Barba Martin 2021-08-30 20:27:23 +02:00
parent 86036ed59d
commit 3cb58463b9
2 changed files with 2 additions and 2 deletions

View File

@ -127,6 +127,6 @@ pipelines:
# RESOURCE_PATH: 'k8s/linode-autoscaler/' # RESOURCE_PATH: 'k8s/linode-autoscaler/'
- 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/coturn-dns/' RESOURCE_PATH: 'k8s/coturn-dns/'

View File

@ -1,3 +1,3 @@
FROM meezaan/linode-k8s-autoscaler FROM meezaan/linode-k8s-autoscaler
COPY k8s/video-cluster-kubeconfig.yaml /root/.kube/config COPY k8s/prd-video-cluster-kubeconfig.yaml /root/.kube/config