-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparameters.mobile.yaml
44 lines (42 loc) · 1.07 KB
/
parameters.mobile.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
imports:
- path: deployment.py
- path: cluster.py
- path: group.py
- path: naming.py
- path: startupCommon.sh
- path: syncGateway.sh
- path: server.sh
- path: successNotification.sh
resources:
- name: deployment
type: deployment.py
properties:
serverVersion: 5.5.0
syncGatewayVersion: 2.0.0
couchbaseUsername: couchbase
couchbasePassword: foo123!
license: byol
clusters:
- cluster: cluster1
region: us-east1
groups:
- group: server
diskSize: 100
nodeCount: 5
nodeType: n1-standard-4
services:
- data
- query
- index
- fts
- group: syncgateway
diskSize: 10
nodeCount: 3
nodeType: n1-standard-4
services:
- syncGateway
outputs:
- name: cluster1-server-AdminUrl
value: http://$(ref.deployment.externalIp-cluster1-server):8091/
- name: cluster1-syncgateway-AdminUrl
value: http://$(ref.deployment.externalIp-cluster1-syncgateway):4985/_admin/