Add permanent Leantime Studio service

This commit is contained in:
Arvind Prabhakar 2026-09-06 19:43:09 +00:00
commit 78739b6904
7 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: leantime
namespace: argocd
spec:
project: studio
source:
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
targetRevision: main
path: rendered/leantime
destination:
server: https://kubernetes.default.svc
namespace: leantime
syncPolicy:
automated:
prune: false
selfHeal: true