Skip to content

Commit

Permalink
Merge pull request #347 from kubero-dev/template/add-leantime
Browse files Browse the repository at this point in the history
Template / add leantime
  • Loading branch information
mms-gianni authored May 17, 2024
2 parents fc36314 + 4bbb6cb commit 78438a1
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
63 changes: 63 additions & 0 deletions services/leantime/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: leantime
labels:
manager: kubero
spec:
name: leantime
deploymentstrategy: docker
envVars:
- name: LEAN_DB_HOST
value: leantime-mysql
- name: LEAN_DB_USER
value: root
- name: LEAN_DB_PASSWORD
value: leantime
- name: LEAN_DB_DATABASE
value: leantime
- name: LEAN_EMAIL_RETURN
value: changeme@local.local
- name: LEAN_APP_URL
value: https://leantime.demo.kubero.dev
serviceAccount:
annotations: {}
extraVolumes: []
cronjobs: []
addons:
- displayName: MySQL
env: []
icon: /img/addons/MySQL.png
id: kubero-operator
kind: KuberoMysql
resourceDefinitions:
KuberoMysql:
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoMysql
metadata:
name: leantime-mysql
spec:
mysql:
auth:
createDatabase: true
database: leantime
password: 321.qwerty
rootPassword: leantime
username: leantime
global:
storageClass: linode-block-storage
primary:
persistence:
accessModes:
- ReadWriteOnce
size: 1Gi
version:
latest: 0.0.165
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "80"
repository: leantime/leantime
tag: latest
12 changes: 12 additions & 0 deletions services/leantime/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Leantime
description: 'Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.'
tags:
- project-management
source: https://github.com/Leantime/leantime
website: https://leantime.io/
icon: https://avatars.githubusercontent.com/u/11252321?s=200&v=4
screenshots:
- https://raw.githubusercontent.com/Leantime/leantime/master/public/assets/images/Screenshots/mywork.png
- https://raw.githubusercontent.com/Leantime/leantime/master/public/assets/images/Screenshots/dark.png
- https://raw.githubusercontent.com/Leantime/leantime/master/public/assets/images/Screenshots/kanban.png
- https://raw.githubusercontent.com/Leantime/leantime/master/public/assets/images/Screenshots/timeline.png

0 comments on commit 78438a1

Please sign in to comment.