변수 추가
This commit is contained in:
@@ -20,6 +20,14 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: mci_url
|
- name: mci_url
|
||||||
value: "http://mci-svc.bussiness1.svc:8080/bussiness1/mci_core.jsp"
|
value: "http://mci-svc.bussiness1.svc:8080/bussiness1/mci_core.jsp"
|
||||||
|
- name: agentname
|
||||||
|
value: chl_business1_tomcat
|
||||||
|
- name: agentservice
|
||||||
|
value: ALL_SERVICE
|
||||||
|
- name: agentgroup
|
||||||
|
value: chl_business1_group
|
||||||
|
- name: tier
|
||||||
|
value: CHL
|
||||||
ports:
|
ports:
|
||||||
- name: tomcat
|
- name: tomcat
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
@@ -17,6 +17,15 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: bussiness1-core
|
- name: bussiness1-core
|
||||||
image: harbor.elppa.xyz/test/intermax:{ver}
|
image: harbor.elppa.xyz/test/intermax:{ver}
|
||||||
|
env:
|
||||||
|
- name: agentname
|
||||||
|
value: core_business1_tomcat
|
||||||
|
- name: agentservice
|
||||||
|
value: ALL_SERVICE
|
||||||
|
- name: agentgroup
|
||||||
|
value: core_business1_group
|
||||||
|
- name: tier
|
||||||
|
value: CORE
|
||||||
ports:
|
ports:
|
||||||
- name: tomcat
|
- name: tomcat
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
@@ -20,6 +20,14 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: core_url
|
- name: core_url
|
||||||
value: "http://core-svc.bussiness1.svc:8080/bussiness1/core.jsp"
|
value: "http://core-svc.bussiness1.svc:8080/bussiness1/core.jsp"
|
||||||
|
- name: agentname
|
||||||
|
value: mci_business1_tomcat
|
||||||
|
- name: agentservice
|
||||||
|
value: ALL_SERVICE
|
||||||
|
- name: agentgroup
|
||||||
|
value: mci_business1_group
|
||||||
|
- name: tier
|
||||||
|
value: MCI
|
||||||
ports:
|
ports:
|
||||||
- name: tomcat
|
- name: tomcat
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user