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 Silverbullet #607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/silverbullet/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: silverbullet
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "SilverBullet is a note-taking application optimized for people with a hacker mindset."
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/108344757"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/silverbulletmd/silverbullet"
kubero.dev/template.categories: '["productivity"]'
kubero.dev/template.title: "Silverbullet"
kubero.dev/template.website: "https://silverbullet.md/"
labels:
manager: kubero
spec:
name: silverbullet
deploymentstrategy: docker
envVars:
- name: SB_USER
value: admin:admin
extraVolumes:
- accessMode: ReadWriteOnce
accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /space
name: silverbullet-volume
size: 1Gi
storageClass: standard
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "3000"
pullPolicy: Always
repository: zefhemel/silverbullet
tag: latest
Loading