Skip to content

Commit 2100eb5

Browse files
authored
Merge pull request #603 from kubero-dev/template/add-trailbase
Template / Add Trailbase
2 parents 9ab7651 + 9b9bad8 commit 2100eb5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

services/trailbase/app.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: trailbase
5+
annotations:
6+
kubero.dev/template.architecture: '["linux/amd64"]'
7+
kubero.dev/template.description: "A fast, open-source application server with type-safe APIs, including an admin interface."
8+
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/176172021"
9+
kubero.dev/template.installation: ""
10+
kubero.dev/template.links: "[]"
11+
kubero.dev/template.screenshots: "[]"
12+
kubero.dev/template.source: "https://github.com/trailbaseio/trailbase"
13+
kubero.dev/template.categories: '["devtool", "utility"]'
14+
kubero.dev/template.title: "Trailbase"
15+
kubero.dev/template.website: "https://www.trailbase.io/"
16+
labels:
17+
manager: kubero
18+
spec:
19+
name: trailbase
20+
deploymentstrategy: docker
21+
envVars: []
22+
extraVolumes: []
23+
cronjobs: []
24+
addons: []
25+
web:
26+
replicaCount: 1
27+
worker:
28+
replicaCount: 0
29+
image:
30+
containerPort: "4000"
31+
pullPolicy: Always
32+
repository: trailbase/trailbase
33+
tag: latest

0 commit comments

Comments
 (0)