Initial: Add all homelab manifests
This commit is contained in:
17
k8s/omada-mcp/service.yaml
Normal file
17
k8s/omada-mcp/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user