Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve startup time #954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: improve startup time #954

wants to merge 1 commit into from

Conversation

WitoDelnat
Copy link
Contributor

Pull request description

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

@WitoDelnat WitoDelnat requested a review from a team as a code owner October 25, 2024 09:02
initialDelaySeconds: 3
periodSeconds: 3
timeoutSeconds: 3
failureThreshold: 20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guess, better to avoid hard coded values

Copy link
Contributor Author

@WitoDelnat WitoDelnat Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, I do not really see use cases where these values should be overridden 🤔 Want to avoid overengineering this and follow YAGNI (You Aren't Gonna Need It)

Let me know if I'm overlooking a valid use case and I'll add it in (now or in a follow up)

@@ -750,10 +749,6 @@ testkube-api:
livenessProbe:
# -- Initial delay for liveness probe
initialDelaySeconds: 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related but this value is different in the umbrella chart 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants