setup production cluster
This commit is contained in:
parent
86036ed59d
commit
3cb58463b9
|
|
@ -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/'
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue