初始化项目结构

This commit is contained in:
2025-05-27 11:37:13 +08:00
commit 81594a8972
42 changed files with 441 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: template-single
spec:
template:
spec:
containers:
- name : main
image: template-single:develop