Feat: add vita

This commit is contained in:
2025-12-13 06:08:17 +08:00
parent 621838f3c6
commit 775746cd79
12 changed files with 329 additions and 0 deletions

15
vita/svc.backend.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: vita-backend
labels:
app: vita-backend
spec:
type: ClusterIP
selector:
app: vita-backend
ports:
- name: http
port: 8080
targetPort: 8080