Zhang Li 2 years ago
parent
commit
4d383ebc9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aihub-dag-jupyter/templates/jupyterlab/jupyterlab-deployment.yaml

+ 1 - 1
aihub-dag-jupyter/templates/jupyterlab/jupyterlab-deployment.yaml

@@ -49,7 +49,7 @@ spec:
               subPath: jupyter_lab_config.py
           livenessProbe:
             initialDelaySeconds: 30   #延迟加载时间
-            periodSeconds: 5         #重试时间间隔
+            periodSeconds: 30         #重试时间间隔
             timeoutSeconds: 5
             failureThreshold: 3
             successThreshold: 1