diff --git a/templates/kotsadm-deployment.yaml b/templates/kotsadm-deployment.yaml index 8ef923f..0d3c5b4 100644 --- a/templates/kotsadm-deployment.yaml +++ b/templates/kotsadm-deployment.yaml @@ -101,8 +101,8 @@ spec: path: /healthz port: 3000 scheme: HTTP - initialDelaySeconds: 10 - periodSeconds: 10 + initialDelaySeconds: 2 + periodSeconds: 2 resources: limits: cpu: "1" @@ -203,4 +203,4 @@ spec: - emptyDir: {} name: backup - emptyDir: {} - name: tmp \ No newline at end of file + name: tmp