Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit ab0750b

Browse files
author
owefsad
committed
Unified production environment/test environment configuration
1 parent 5ccdd76 commit ab0750b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy/deploy-eks-iast-saas-engine-prod.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: iast-engine
4+
name: dongtai-engine
55
namespace: iast-prod
66
annotations:
7-
kubesphere.io/description: iast-engine
7+
kubesphere.io/description: dongtai-engine
88
labels:
9-
app: iast-engine
9+
app: dongtai-engine
1010
spec:
1111
replicas: 5
1212
selector:
1313
matchLabels:
14-
app: iast-engine
14+
app: dongtai-engine
1515
template:
1616
metadata:
1717
labels:
18-
app: iast-engine
18+
app: dongtai-engine
1919
spec:
2020
containers:
21-
- name: iast-engine-container
21+
- name: dongtai-engine-container
2222
image: registry.cn-beijing.aliyuncs.com/secnium/iast-saas-engine:VERSION
2323
imagePullPolicy: Always
2424
volumeMounts:

0 commit comments

Comments
 (0)