setup production clusterush
This commit is contained in:
parent
e22033c66b
commit
b9ab93523e
|
|
@ -113,7 +113,7 @@ pipelines:
|
|||
|
||||
- step:
|
||||
name: Deploy to K8s
|
||||
deployment: staging
|
||||
deployment: production
|
||||
script:
|
||||
- AUTOSCALER_IMAGE="gcr.io/$GCLOUD_PROJECT/autoscaler:prod-0.1.$BITBUCKET_BUILD_NUMBER"
|
||||
- COTURN_DNS_IMAGE="gcr.io/$GCLOUD_PROJECT/coturn-dns:prod-0.1.$BITBUCKET_BUILD_NUMBER"
|
||||
|
|
@ -129,4 +129,4 @@ pipelines:
|
|||
variables:
|
||||
KUBE_CONFIG: $KUBE_CONFIG_PRD
|
||||
KUBECTL_COMMAND: 'apply'
|
||||
RESOURCE_PATH: 'k8s/coturn-dns/'
|
||||
RESOURCE_PATH: 'k8s/coturn-dns/production-coturn-dns.yaml'
|
||||
Loading…
Reference in New Issue