Skip to content

Commit

Permalink
add moodist template
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Sep 18, 2024
1 parent baa58ad commit fdc15b9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
22 changes: 22 additions & 0 deletions services/moodist/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: moodist
labels:
manager: kubero
spec:
name: moodist
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: 8080
pullPolicy: Always
repository: ghcr.io/remvze/moodist
tag: latest
9 changes: 9 additions & 0 deletions services/moodist/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Moodist
description: 'Ambient sounds for focus and calm.'
tags:
- tools
source: https://github.com/remvze/moodist
website: https://moodist.app/
icon: https://moodist.app/logo.svg
documentation:

Check failure on line 8 in services/moodist/service.yaml

View workflow job for this annotation

GitHub Actions / Yamllint

8:15 [trailing-spaces] trailing spaces
screenshots:

0 comments on commit fdc15b9

Please sign in to comment.