diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index e9da9bce38297d5335e9979fee956f70992c2ead..b5145ba609a50a8eeb4d358a1149d6d9ce792d47 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -29,14 +29,14 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 periodSeconds: 10 imagePullSecrets: - name: kp-schbrain \ No newline at end of file