diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index ef7aead5526c690b6aa66b27f5690d23b200a33e..f9fdfa0bdddda8a0fde4dee75b6719f2b02e83a1 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -46,12 +46,12 @@ spec: scheme: HTTP path: /actuator/health/liveness port: 1024 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: /actuator/health/readiness port: 1024 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 \ No newline at end of file