Skip to content

Commit

Permalink
add chartdb template
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Nov 8, 2024
1 parent 24ef5be commit 50c0a4c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions templates/chartdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
annotations:
kubero.dev/template.architecture: '[]'
kubero.dev/template.description: A database diagrams editor to visualize and design
your DB with a single query.
kubero.dev/template.icon: https://avatars.githubusercontent.com/u/177466511?s=200&v=4
kubero.dev/template.installation: ''
kubero.dev/template.links: '[]'
kubero.dev/template.screenshots: '["https://raw.githubusercontent.com/chartdb/chartdb/main/public/chartdb.png"]'
kubero.dev/template.source: https://github.com/chartdb/chartdb
kubero.dev/template.tags: '["administration","database"]'
kubero.dev/template.title: ChartDB
kubero.dev/template.website: https://chartdb.io/
labels:
manager: kubero
name: chartdb
spec:
addons: []
cronjobs: []
deploymentstrategy: docker
envVars: []
extraVolumes: []
image:
containerPort: '80'
pullPolicy: Always
repository: ghcr.io/chartdb/chartdb
tag: latest
name: chartdb
web:
replicaCount: 1
worker:
replicaCount: 0

0 comments on commit 50c0a4c

Please sign in to comment.