add gitea actions runner manager

This commit is contained in:
2026-03-13 22:37:21 +01:00
parent c056d86da2
commit 168f480c75
12 changed files with 297 additions and 0 deletions

14
apps/garm/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: garm
namespace: garm
spec:
type: ClusterIP
selector:
app: garm
ports:
- name: http
port: 9997
targetPort: 9997
protocol: TCP