Explorar el Código

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

datard hace 3 años
padre
commit
fa9bd96026
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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