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.frontend.yaml Normal file
View File

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