增加
This commit is contained in:
20
k8s_yaml/test/test_lessie_sourcing_agents.yaml
Normal file
20
k8s_yaml/test/test_lessie_sourcing_agents.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 创建 Deployment
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: lessie-sourcing-agents
|
||||
namespace: test-lessie
|
||||
labels:
|
||||
app: test_lessie-sourcing-agents
|
||||
environment: test
|
||||
project: lessie
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
labels:
|
||||
app: test_lessie-sourcing-agents
|
||||
environment: test
|
||||
project: lessie
|
||||
|
||||
|
||||
template:
|
||||
Reference in New Issue
Block a user