최초 추가

This commit is contained in:
ByeonJungHun
2024-04-08 10:32:14 +09:00
commit 43ac649b53
5 changed files with 98 additions and 0 deletions

26
bussiness1-chl.template 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