-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.yaml
63 lines (63 loc) · 1.63 KB
/
template.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
apiVersion: krateo.io/v1alpha1
kind: Template
metadata:
name: krateo-fireworks
spec:
owner: mauro.sala@kiratech.it
title: Krateo Fireworks
description: Krateo Fireworks Template
icon: fa-solid fa-fire
tags:
- fireworks
- template
- krateo
- katy perry
- demo
widgets:
- title: Name and description
description: Name your app
properties:
- title: Name
key: name
description: Unique name of the component
required: true
default: firefire
- title: Kubernetes
properties:
- title: Replicas
key: replicas
description: Number of replicas
type: radio
required: true
default: "3"
options:
- title: "1"
value: "1"
- title: "2"
value: "2"
- title: "3"
value: "3"
- title: "4"
value: "4"
- title: "5"
value: "5"
- title: Expose application
description: Expose your application
properties:
- title: Host
key: host
description: Hostname of the application
required: true
default: fireworks-app.krateo.site
- title: Git repository destination
properties:
- title: Organization Name
key: organizationName
description: Organization name
required: true
default: krateoplatformops
- title: Endpoint
key: destinationEndpoint
description: github.com / gitlab.com / bitbucket.org
required: true
type: endpoint