소스 검색

[CI SKIP]

scofield 2 년 전
부모
커밋
b26a3341b6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      deploy.yaml

+ 4 - 1
deploy.yaml

@@ -29,7 +29,6 @@ spec:
       initContainers:
         - name: init
           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']
           imagePullPolicy: IfNotPresent
           volumeMounts:
@@ -99,6 +98,10 @@ metadata:
   name: book-webview-ingress
   namespace: dev
 spec:
+  tls:
+    - hosts:
+        - dev-book-webview.ieasou.cn
+      secretName: ieasou.cn
   rules:
   - host: dev-book-webview.ieasou.cn
     http: