|
@@ -29,7 +29,6 @@ spec:
|
|
initContainers:
|
|
initContainers:
|
|
- name: init
|
|
- name: init
|
|
image: hub.evbj.easou.com/dev/busybox
|
|
image: hub.evbj.easou.com/dev/busybox
|
|
- command: ["chmod","777","-R","/data"]
|
|
|
|
command: ['sh', "-c", 'chmod 777 -R /data && mkdir -p /data/project && mkdir -p /data/log']
|
|
command: ['sh', "-c", 'chmod 777 -R /data && mkdir -p /data/project && mkdir -p /data/log']
|
|
imagePullPolicy: IfNotPresent
|
|
imagePullPolicy: IfNotPresent
|
|
volumeMounts:
|
|
volumeMounts:
|
|
@@ -99,6 +98,10 @@ metadata:
|
|
name: book-webview-ingress
|
|
name: book-webview-ingress
|
|
namespace: dev
|
|
namespace: dev
|
|
spec:
|
|
spec:
|
|
|
|
+ tls:
|
|
|
|
+ - hosts:
|
|
|
|
+ - dev-book-webview.ieasou.cn
|
|
|
|
+ secretName: ieasou.cn
|
|
rules:
|
|
rules:
|
|
- host: dev-book-webview.ieasou.cn
|
|
- host: dev-book-webview.ieasou.cn
|
|
http:
|
|
http:
|