Update furumi
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 15s

This commit is contained in:
2026-03-18 03:13:41 +00:00
parent a613ca086c
commit 9e68fc91a2
6 changed files with 168 additions and 4 deletions

View File

@@ -32,13 +32,29 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: furumi-server-web
name: furumi-metadata-agent
labels:
app: furumi-server
app: furumi-metadata-agent
spec:
type: ClusterIP
selector:
app: furumi-server
app: furumi-metadata-agent
ports:
- name: admin-ui
protocol: TCP
port: 8090
targetPort: 8090
---
apiVersion: v1
kind: Service
metadata:
name: furumi-web-player
labels:
app: furumi-web-player
spec:
type: ClusterIP
selector:
app: furumi-web-player
ports:
- name: web-ui
protocol: TCP