Skip to content

feature: add gatewayapi support in mailhog - #906

Open
pantovad wants to merge 2 commits into
codecentric:masterfrom
pantovad:master
Open

feature: add gatewayapi support in mailhog#906
pantovad wants to merge 2 commits into
codecentric:masterfrom
pantovad:master

Conversation

@pantovad

Copy link
Copy Markdown

Add support for Gateweay API in Mailhog chart

Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
@pantovad
pantovad requested a review from a team as a code owner May 29, 2026 13:33
Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
@pantovad pantovad changed the title feature - add gatewayapi support in mailhog feature: add gatewayapi support in mailhog Jun 2, 2026

@dominiquemetz dominiquemetz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi, thank you for the contribution!

The implementation looks good overall, and I've left some inline comments on specific lines.

For the documentation, please update the README to cover the new gatewayapi section in values.yaml, including all fields and their purpose. Please also make sure to document that this feature uses ListenerSet, which as of June 2026 is only supported by Envoy Gateway v1.8+. No other Gateway controller implements it yet.

value: {{ .path }}
backendRefs:
- name: {{ $fullName }}
port: 8025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should be {{ .Values.service.port.http }} right?

value: {{ .path }}
backendRefs:
- name: {{ $fullName }}
port: 8025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should be {{ .Values.service.port.http }} right?

gatewayapi:
enabled: false
gateway:
name: envoy-gateway

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We don't want to assume a specific controller. Please leave this empty

# - secretName: chart-example-tls
# hosts:
# - chart-example.local
gatewayapi:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please provide an example for the tls block when using the Gateway for completions sake

@jullianow

Copy link
Copy Markdown
Contributor

@pantovad Can you make the requested adjustments?
I would even suggest adding the new ListenerSet object right away: https://gateway-api.sigs.k8s.io/guides/user-guides/listener-set/

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

This pull request has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs.

@github-actions github-actions Bot added the Stale label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants