Skip to content

Conversation

@arta-fh
Copy link

@arta-fh arta-fh commented Sep 23, 2025

feat: Add configurable health probes and improve deployment template

  • Add support for configurable startup, liveness, and readiness probes
  • Support HTTP, TCP, and exec probe types with full parameter control
  • Fix authentication issues with web-enabled smtp4dev by allowing TCP probes
  • Add conditional environment variable rendering to avoid empty values
  • Make container ports configurable through values
  • Add support for additional volumes and volume mounts
  • Improve overall template flexibility and maintainability

BREAKING CHANGE: Health probes are now configurable through values.yaml. Default behavior changes from HTTP to TCP probes on SMTP port 25.

Fixes: Container crashes when web authentication is enabled

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

feat: Add configurable health probes and improve deployment template

- Add support for configurable startup, liveness, and readiness probes
- Support HTTP, TCP, and exec probe types with full parameter control  
- Fix authentication issues with web-enabled smtp4dev by allowing TCP probes
- Add conditional environment variable rendering to avoid empty values
- Make container ports configurable through values
- Add support for additional volumes and volume mounts
- Improve overall template flexibility and maintainability

BREAKING CHANGE: Health probes are now configurable through values.yaml.
Default behavior changes from HTTP to TCP probes on SMTP port 25.

Fixes: Container crashes when web authentication is enabled
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.

1 participant