-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapb.yml
More file actions
65 lines (64 loc) · 2.24 KB
/
Copy pathapb.yml
File metadata and controls
65 lines (64 loc) · 2.24 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
version: 1.0
name: data-sync-apb
description: Installs the Aerogear Data Sync Service
bindable: True
async: optional
tags:
- mobile-service
- mobile-client-enabled
metadata:
displayName: Data Sync
console.openshift.io/iconClass: fa fa-refresh
documentationUrl: "https://docs.aerogear.org/external/apb/data-sync.html"
providerDisplayName: "Red Hat, Inc."
sdk-docs-android: "https://docs.aerogear.org/external/apb/sync/android.html"
# sdk-docs-cordova: "https://docs.aerogear.org/external/apb/metrics/cordova.html"
sdk-docs-ios: "https://docs.aerogear.org/external/apb/sync/ios.html"
# sdk-docs-xamarin: "https://docs.aerogear.org/external/apb/metrics/xamarin.html"
serviceName: data-sync
dependencies:
- "docker.io/aerogear/data-sync-ui"
- "docker.io/aerogear/data-sync-server"
- "docker.io/openshift/oauth-proxy:v1.1.0"
- "docker.io/centos/postgresql-96-centos7:9.6"
plans:
- name: default
description: This plan sets up the Data Sync Admin UI, The Data Sync Server and PostgreSQL
free: True
metadata:
mobileclient_bind_parameters_data:
- '{"name": "CLIENT_ID", "value": "metadata.name", "type": "path"}'
parameters:
- name: POSTGRES_STORAGE_SIZE
required: True
default: 10
type: number
title: Postgres Storage Size (Gb)
- name: POSTGRES_USER
description: Username that will be used to connect to postgres ('user' will be used if blank)
default: user
type: string
required: False
title: Postgres User
- name: POSTGRES_PASSWORD
description: Password to connect to Postgres (generated if blank)
type: string
required: False
title: Postgres Password
- name: QUERY_DEPTH_LIMIT
description: Limit the complexity of the queries solely by their depth.
type: number
required: False
title: Query depth limit
default: 20
- name: COMPLEXITY_LIMIT
description: Limit the complexity of the queries based on the data.
type: number
required: False
title: Query complexity limit
default: 10000
bind_parameters:
- name: CLIENT_ID
required: True
title: Mobile Client ID
type: string