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

22
vita/deploy.frontend.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: vita-frontend
labels:
app: vita-frontend
spec:
replicas: 1
selector:
matchLabels:
app: vita-frontend
template:
metadata:
labels:
app: vita-frontend
spec:
containers:
- name: frontend
image: gitea.konchin.com/go2025/frontend:main
imagePullSecrets:
- name: regcred