Skip to content

[_]: fix/add SMTPS port configuration to service.yaml#87

Open
jzunigax2 wants to merge 1 commit into
masterfrom
fix/smtps-node-port
Open

[_]: fix/add SMTPS port configuration to service.yaml#87
jzunigax2 wants to merge 1 commit into
masterfrom
fix/smtps-node-port

Conversation

@jzunigax2

@jzunigax2 jzunigax2 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor
  • Introduced a new service port for SMTPS in the service.yaml template.
  • Updated the service specification to include the SMTPS target port and protocol.

Summary by CodeRabbit

  • New Features
    • Added support for an additional SMTPS service port, allowing secure mail traffic to be exposed through the main service.
    • The service now includes a dedicated TCP port mapping for SMTPS.

- Introduced a new service port for SMTPS in the service.yaml template.
- Updated the service specification to include the SMTPS target port and protocol.
@jzunigax2 jzunigax2 added the bug Something isn't working label Jul 9, 2026
@jzunigax2 jzunigax2 self-assigned this Jul 9, 2026
@jzunigax2 jzunigax2 requested a review from sg-gs July 9, 2026 21:08
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a780f75b-0865-4a81-9c1c-5c4ab2d8bb6d

📥 Commits

Reviewing files that changed from the base of the PR and between 0a2b62b and 7fe8031.

📒 Files selected for processing (1)
  • deploy/charts/stalwart/templates/service.yaml

📝 Walkthrough

Walkthrough

The Stalwart Helm chart adds an smtps TCP port to its Service, using the configured SMTPS port and named container target port.

Changes

Stalwart SMTPS Exposure

Layer / File(s) Summary
Add SMTPS Service port
deploy/charts/stalwart/templates/service.yaml
The Service exposes the configured mailService.ports.smtps.port and targets the smtps container port using TCP.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the change: adding SMTPS port configuration in service.yaml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/smtps-node-port

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant