Initial: Add all homelab manifests

This commit is contained in:
2026-03-20 00:05:50 +00:00
commit b538e87d69
33 changed files with 3036 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: omada-mcp
namespace: omada-mcp
labels:
app.kubernetes.io/name: omada-mcp
spec:
selector:
app.kubernetes.io/name: omada-mcp
ports:
- name: http
protocol: TCP
port: 3000
targetPort: 3000
type: NodePort