Skip to content

Commit

Permalink
Merge pull request #496 from kubero-dev/template/add-metabase
Browse files Browse the repository at this point in the history
Template / Add Metabase
  • Loading branch information
mms-gianni authored Dec 5, 2024
2 parents a086ab5 + 94a1796 commit cd493d4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/metabase/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: metabase
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data."
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/10520629"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: '[ "https://raw.githubusercontent.com/metabase/metabase/master/docs/images/metabase-product-screenshot.svg"]'
kubero.dev/template.source: "https://github.com/metabase/metabase"
kubero.dev/template.tags: '[ "analytics" ]'
kubero.dev/template.title: "Metabase"
kubero.dev/template.website: "https://www.metabase.com/"
labels:
manager: kubero
spec:
name: metabase
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "3000"
pullPolicy: Always
repository: metabase/metabase
tag: latest

0 comments on commit cd493d4

Please sign in to comment.