-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapb.yml
35 lines (35 loc) · 1.1 KB
/
apb.yml
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
version: 1.0
name: pyzip-demo-db-apb
description: Python Zip Demo Database APB Implementation
bindable: True
async: optional
metadata:
documentationUrl: https://github.com/fusor/apb-examples/tree/master/pyzip-demo-db-apb
dependencies: ['docker.io/fabianvf/postgresql:postgis']
displayName: Pyzip Demo Database (APB)
longDescription: A database with GIS support and seeded data for a demonstration python webapp, https://github.com/fusor/py-zip-demo
providerDisplayName: "Red Hat, Inc."
plans:
- name: default
description: This plan deploys a DB to be used with the pyzip-demo APB
free: True
metadata:
displayName: Default
cost: $0.00
parameters:
- name: database_name
default: admin
type: string
title: Database Name
required: True
- name: database_password
default: admin
type: string
description: A random alphanumeric string if left blank
title: Database Password
- name: database_user
default: admin
title: Database User
type: string
maxlength: 63
required: True