|
@@ -42,7 +42,7 @@ spec:
|
|
mountPath: /data
|
|
mountPath: /data
|
|
- name: init-package
|
|
- name: init-package
|
|
image: hub.evbj.easou.com/dev/busybox
|
|
image: hub.evbj.easou.com/dev/busybox
|
|
- command: ['sh', '-c', 'rm -rf /data/webapps/* && wget http://10.40.20.61/release/search-wapage/prod-64/easoubi-bookcptj/1.0.23/easoubi-bookcptj_1.0.23_addDataInterface_T1.0.22-5087_1.0.23_20221117-093916_RBL/ROOT.war -O /data/webapps/ROOT.war && md5sum /data/webapps/ROOT.war']
|
|
|
|
|
|
+ command: ['sh', '-c', 'rm -rf /data/webapps/* && wget http://10.40.20.61/release/search-wapage/prod-64/easoubi-bookcptj/1.0.31/easoubi-bookcptj_1.0.31_changeDBAddr_T1.0.30-5856_1.0.31_20241217-171618_RBL/ROOT.war -O /data/webapps/ROOT.war && md5sum /data/webapps/ROOT.war']
|
|
imagePullPolicy: IfNotPresent
|
|
imagePullPolicy: IfNotPresent
|
|
volumeMounts:
|
|
volumeMounts:
|
|
- name: volume
|
|
- name: volume
|
|
@@ -129,3 +129,7 @@ spec:
|
|
port:
|
|
port:
|
|
number: 8080
|
|
number: 8080
|
|
ingressClassName: nginx
|
|
ingressClassName: nginx
|
|
|
|
+ tls:
|
|
|
|
+ - hosts:
|
|
|
|
+ - cptj.busydata.cn
|
|
|
|
+ secretName: cptj-busydata-cn
|