소스 검색

deploy pro/offline-process-promotion:r169932 shutdown时,关闭线程池优化

datard 3 년 전
부모
커밋
fa9bd96026
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      deploy-tmp.yaml

+ 2 - 2
deploy-tmp.yaml

@@ -98,7 +98,7 @@ spec:
           imagePullPolicy: IfNotPresent
           name: filebeat
           volumeMounts:
-            - name: volume #日志同时挂载在nginx和filebeat中
+            - name: my-volume #日志同时挂载在nginx和filebeat中
               mountPath: /data
             - name: filebeat-config
               mountPath: /usr/share/filebeat/filebeat.yml
@@ -113,7 +113,7 @@ spec:
 
   volumeClaimTemplates:
     - metadata:
-        name: volume
+        name: my-volume
       spec:
         accessModes: [ "ReadWriteOnce" ]
         storageClassName: rbd