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-chl.yml Normal file
View File

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