소스 검색

更新 'deploy.yaml'

robert 5 달 전
부모
커밋
d887569129
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      deploy.yaml

+ 2 - 2
deploy.yaml

@@ -66,12 +66,12 @@ spec:
         livenessProbe:
           tcpSocket:
             port: 8080
-          initialDelaySeconds: 45
+          initialDelaySeconds: 60
           periodSeconds: 15
         readinessProbe:
           tcpSocket:
             port: 8080
-          initialDelaySeconds: 45
+          initialDelaySeconds: 60
           periodSeconds: 15
   volumeClaimTemplates:
   - metadata: