Remove aborted kanboard, add donetick

This commit is contained in:
Greg Hellings
2025-11-27 19:45:39 -06:00
parent 4620265ead
commit 4acccbe392
10 changed files with 167 additions and 67 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: donetick
namespace: donetick
spec:
selector:
app: donetick
ports:
- name: http
port: 2021
targetPort: 2021
protocol: TCP