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
|
||||
Reference in New Issue
Block a user