mirror of
https://github.com/EZ-Api/ez-api.git
synced 2026-01-14 01:37:52 +00:00
feat: 添加kubernetes部署
This commit is contained in:
8
test/k8s/namespace.yaml
Normal file
8
test/k8s/namespace.yaml
Normal 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
|
||||
Reference in New Issue
Block a user