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,12 @@
apiVersion: v1
kind: Service
metadata:
name: leantime
namespace: {{ .Values.namespace }}
spec:
selector:
app: leantime
ports:
- name: http
port: 8080
targetPort: http