Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template / Add screego #553

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions services/screego/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: screego
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Screen sharing for developers"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/72201776"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/screego/server"
kubero.dev/template.categories: '["collaboration", "work", "development"]'
kubero.dev/template.title: "Screego"
kubero.dev/template.website: "https://screego.net"
labels:
manager: kubero
spec:
name: screego
deploymentstrategy: docker
envVars:
- name: SCREEGO_EXTERNAL_IP
value: 127.0.0.1
- name: SCREEGO_SECRET
value: somerandomsecret
- name: SCREEGO_SESSION_TIMEOUT_SECONDS
value: "600"
- name: SCREEGO_PROMETHEUS
value: "false"
- name: SCREEGO_LOG_LEVEL
value: info
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "5050"
pullPolicy: Always
repository: ghcr.io/screego/server
tag: "1"

Unchanged files with check annotations Beta

nginx.ingress.kubernetes.io/cors-allow-origin: '*'
nginx.ingress.kubernetes.io/cors-expose-headers: '*'
nginx.ingress.kubernetes.io/enable-cors: "true"

Check warning on line 74 in services/corteza/app.yaml

GitHub Actions / Yamllint

74:1 [empty-lines] too many blank lines (1 > 0)