Skip to content

Commit

Permalink
Template / Add Presentator
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Nov 15, 2024
1 parent 993d4d3 commit 2e56203
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions services/presentator/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: presentator
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: ""
kubero.dev/template.icon: ""
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/presentator/presentator"
kubero.dev/template.tags: "['design', 'collaboration', 'prototyping', 'ui', 'ux']"
kubero.dev/template.title: ""
kubero.dev/template.website: ""
labels:
manager: kubero
spec:
name: presentator
deploymentstrategy: docker
envVars: []
extraVolumes:
- accessMode: ReadWriteOnce
accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /pr/pb_data
name: presentator-volume
size: 1Gi
storageClass: standard
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: 8080
pullPolicy: Always
repository: ganigeorgiev/presentator
tag: latest

0 comments on commit 2e56203

Please sign in to comment.