Add permanent Leantime Studio service
This commit is contained in:
parent
0d16bdcb1a
commit
78739b6904
7 changed files with 299 additions and 0 deletions
18
argocd-apps/applications/studio/leantime.yaml
Normal file
18
argocd-apps/applications/studio/leantime.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue