forked from infrakit/examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcloud-deployment.yaml
24 lines (23 loc) · 1002 Bytes
/
cloud-deployment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
imports:
- path: deploy-template.jinja
resources:
- name: deploy
type: deploy-template.jinja
properties:
zone: us-east1-b
image: infrakit/devbundle:master-2662
configRoot: https://raw.githubusercontent.com/wongwill86/examples/air-tasks/latest/swarm/
configURL: https://raw.githubusercontent.com/wongwill86/examples/air-tasks/latest/metadata/google/export.ikt
user: wwong
#password:
project: pipeline
managerIP0: 172.31.255.250
managerIP1: 172.31.255.251
managerIP2: 172.31.255.252
managerIP3: 172.31.255.253
managerIP4: 172.31.255.254
sizeManager: 3
sizeWorker: 1
instanceTypeManager: n1-standard-4 # make sure instance has > 6 GB of ram for postgres deployment
instanceTypeWorker: f1-micro
composeLocation: https://raw.githubusercontent.com/wongwill86/air-tasks/master/deploy/docker-compose-CeleryExecutor.yml