Browse Source

Change vault CI CLOUD_MACHINE_TYPE to n1-standard-2

pull/1607/head
mkrasilnikov 7 years ago
parent
commit
06035c0f4e
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -367,6 +367,7 @@ before_script:
.ubuntu_vault_sep_variables: &ubuntu_vault_sep_variables
# stage: deploy-gce-part1
AUTHORIZATION_MODES: "{ 'authorization_modes': [ 'RBAC' ] }"
CLOUD_MACHINE_TYPE: "n1-standard-2"
KUBE_NETWORK_PLUGIN: canal
CERT_MGMT: vault
CLOUD_IMAGE: ubuntu-1604-xenial

Loading…
Cancel
Save