首次提交:初始化项目代码

This commit is contained in:
sunct
2026-07-31 15:24:14 +08:00
commit 8d3c97bd01
73 changed files with 11720 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 部署指南:在能访问外网的 Linux 服务器上执行
# 1) 替换 yourdomain.com / yourname / your-email@example.com
# 2) docker login && docker build -f deployments/docker/auth-service.Dockerfile -t yourname/auth-service:v1 .
# 3) docker build -f deployments/docker/file-service.Dockerfile -t yourname/file-service:v1 .
# 4) docker push yourname/auth-service:v1 && docker push yourname/file-service:v1
# 5) kubectl apply -f deployments/k8s/
---
apiVersion: v1
kind: Namespace
metadata:
name: cloudnest