-
Notifications
You must be signed in to change notification settings - Fork 0
/
apb.yml
32 lines (32 loc) · 1010 Bytes
/
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
# vim: set filetype=yaml shiftwidth=2 tabstop=2 expandtab smartindent :
---
version: 1.0
name: homeassistant-apb
description: Open source home automation that puts local control and privacy first
bindable: False
async: optional
metadata:
displayName: Home-Assistant (APB)
imageUrl: https://raw.githubusercontent.com/home-assistant/home-assistant.io/next/source/images/home-assistant-logo-2164x2164.png
dependencies:
- 'docker.io/homeassistant/home-assistant'
plans:
- name: Ephemeral
description: Deploy home-assistant with ephemeral storage (testing)
free: True
default: True
metadata:
displayName: Ephemeral
parameters: []
- name: Persistent
description: Deploy home-assistant with persistent storage (production)
free: True
metadata:
displayName: Persistent
parameters:
- name: hass_volume_size
type: enum
default: '1Gi'
enum: ['1Gi', '5Gi', '10Gi']
title: Home-Assistant Volume Size
required: true