yml update

This commit is contained in:
2024-04-08 02:00:22 +00:00
parent 43ac649b53
commit 370f8791a8
2 changed files with 52 additions and 0 deletions

26
bussiness1-mci.yml Normal file
View File

@@ -0,0 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: bussiness1-mci
namespace: bussiness1
labels:
app: bussiness1-mci
spec:
selector:
matchLabels:
app: bussiness1-mci
template:
metadata:
labels:
app: bussiness1-mci
spec:
containers:
- name: bussiness1-mci
image: harbor.elppa.xyz/test/intermax:${ver}
env:
- name: core_url
value: "http://bussiness1.10.10.52.7.nip.io:32080/bussiness1/"
ports:
- name: tomcat
protocol: TCP
containerPort: 8077