Skip to content

Commit

Permalink
add screen sharing template
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Dec 17, 2024
1 parent 0bde517 commit c012880
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/screen-sharing/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: screen-sharing
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Share your screen with one simple room code. No downloads or sign-ups required."
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/6596480"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/tonghohin/screen-sharing"
kubero.dev/template.categories: '["communication", "work"]'
kubero.dev/template.title: "Screen Sharing"
kubero.dev/template.website: "https://share-your-screen.vercel.app/"
labels:
manager: kubero
spec:
name: screen-sharing
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "3000"
pullPolicy: Always
repository: ghcr.io/tonghohin/screen-sharing
tag: latest

0 comments on commit c012880

Please sign in to comment.