configmap 추가
This commit is contained in:
@@ -42,4 +42,12 @@ spec:
|
||||
ports:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: chl-configmap
|
||||
@@ -42,4 +42,12 @@ spec:
|
||||
ports:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: chl-configmap
|
||||
@@ -40,4 +40,12 @@ spec:
|
||||
ports:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: core-configmap
|
||||
@@ -40,4 +40,12 @@ spec:
|
||||
ports:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: core-configmap
|
||||
@@ -43,3 +43,11 @@ spec:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: mci-configmap
|
||||
|
||||
@@ -43,3 +43,11 @@ spec:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
containerPort: 8077
|
||||
volumeMounts:
|
||||
- name: ini-config
|
||||
mountPath: /usr/local/intermax/23.12.07.02/jspd/cfg/agent/jspd.prop.ini
|
||||
subPath: jspd.prop.ini
|
||||
volumes:
|
||||
- name: ini-config
|
||||
configMap:
|
||||
name: mci-configmap
|
||||
|
||||
1508
configmap/configmap.yml
Normal file
1508
configmap/configmap.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user