Skip to content

Commit

Permalink
Merge pull request #52 from replicatedhq/laverya/speed-kotsadm-readin…
Browse files Browse the repository at this point in the history
…ess-probes

speed up kotsadm readiness probes
  • Loading branch information
laverya authored Jul 18, 2024
2 parents d64cf24 + a828508 commit 310de3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/kotsadm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ spec:
path: /healthz
port: 3000
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
initialDelaySeconds: 2
periodSeconds: 2
resources:
limits:
cpu: "1"
Expand Down Expand Up @@ -203,4 +203,4 @@ spec:
- emptyDir: {}
name: backup
- emptyDir: {}
name: tmp
name: tmp

0 comments on commit 310de3a

Please sign in to comment.