feat: 添加kubernetes部署

This commit is contained in:
2025-12-24 11:49:34 +08:00
parent b97705532e
commit 7f160a8d2a
11 changed files with 958 additions and 2 deletions

8
test/k8s/namespace.yaml Normal file
View File

@@ -0,0 +1,8 @@
# Namespace for ez-api stack
apiVersion: v1
kind: Namespace
metadata:
name: ez-api-test-dev
labels:
app.kubernetes.io/name: ez-api-test-dev
app.kubernetes.io/component: namespace