-
Notifications
You must be signed in to change notification settings - Fork 0
/
apb.yml
39 lines (39 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
36
37
38
39
# vim: set filetype=yaml shiftwidth=2 tabstop=2 expandtab smartindent :
---
version: 1.0
name: unifi-controller-apb
description: Ubiquiti UniFi Controller
bindable: False
async: optional
metadata:
displayName: UBNT UniFi Controller (APB)
dependencies:
- 'docker.io/jacobalberty/unifi'
plans:
- name: Ephemeral
description: Deploy UniFi controller with ephemeral storage (testing)
free: True
default: True
metadata:
displayName: Ephemeral
parameters:
- name: external_ip
type: string
title: External IP of infrastructure node (region=infra, virtual IP)
required: true
- name: Persistent
description: Deploy UniFi controller with persistent storage
free: True
metadata:
displayName: Persistent
parameters:
- name: external_ip
type: string
title: External IP of infrastructure node (region=infra, virtual IP)
required: true
- name: unifi_controller_volume_size
type: enum
default: '1Gi'
enum: ['1Gi', '5Gi', '10Gi']
title: UniFi Controller Volume Size
required: true