Skip to content

feat: add haproxy ingress#274

Merged
Muni10 merged 1 commit intomainfrom
add_haproxy_grpc_ingress
May 6, 2026
Merged

feat: add haproxy ingress#274
Muni10 merged 1 commit intomainfrom
add_haproxy_grpc_ingress

Conversation

@Muni10
Copy link
Copy Markdown
Contributor

@Muni10 Muni10 commented May 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 6, 2026 08:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an additional Kubernetes Ingress resource intended for HAProxy so the gRPC service can be exposed via an internal-haproxy ingress controller alongside the existing NGINX ingress template.

Changes:

  • Adds a second networking.k8s.io/v1 Ingress manifest with HAProxy-specific annotations for gRPC (HTTP/2) support.
  • Configures HAProxy timeouts and backend snippet settings for long-lived gRPC connections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +28 to +33
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "v13s.name" . }}-grpc-haproxy
labels:
haproxy.org/timeout-server: "86400s"
haproxy.org/timeout-tunnel: "86400s"
spec:
ingressClassName: internal-haproxy
spec:
ingressClassName: internal-haproxy
rules:
- host: {{ .Values.ingress.host | quote }}
@Muni10 Muni10 merged commit 5021068 into main May 6, 2026
19 checks passed
@Muni10 Muni10 deleted the add_haproxy_grpc_ingress branch May 6, 2026 10:33
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