Skip to content

Commit

Permalink
Merge pull request #513 from kubero-dev/template/add-elasticvue
Browse files Browse the repository at this point in the history
Template / Add Elasticvue
  • Loading branch information
mms-gianni authored Nov 18, 2024
2 parents 04fc61b + 9cfbbbb commit 988ea3f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/elasticvue/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: elasticvue
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Elasticsearch gui for the browser"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/6764390"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: '["https://static.cars10k.de/demo.gif"]'
kubero.dev/template.source: "https://github.com/cars10/elasticvue"
kubero.dev/template.tags: '["database", "index", "management"]'
kubero.dev/template.title: "elasticvue"
kubero.dev/template.website: "https://elasticvue.com/"
labels:
manager: kubero
spec:
name: elasticvue
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "8080"
pullPolicy: Always
repository: cars10/elasticvue
tag: latest

0 comments on commit 988ea3f

Please sign in to comment.