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

Improve chart defaults #1563

Closed
pipo02mix opened this issue Dec 3, 2024 · 0 comments · Fixed by #1564
Closed

Improve chart defaults #1563

pipo02mix opened this issue Dec 3, 2024 · 0 comments · Fixed by #1564

Comments

@pipo02mix
Copy link
Contributor

Running the latest kube-linter I found two errors related to the default values used in the chart.

./charts/descheduler/templates/cronjob.yaml: (object: default/test-release-descheduler batch/v1, Kind=CronJob) container "descheduler" does not expose port 10258 for the HTTPGet (check: liveness-port, remediation: Check which ports you've exposed and ensure they match what you have specified in the liveness probe.)

./charts/descheduler/templates/cronjob.yaml: (object: default/test-release-descheduler batch/v1, Kind=CronJob) container "descheduler" has memory limit 0 (check: unset-memory-requirements, remediation: Set memory limits for your container based on its requirements. Refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits for details.)
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 a pull request may close this issue.

1 participant