Skip to content

Commit bc6fe78

Browse files
authored
fix(base-cluster/ingress-nginx): set a couple of timeouts in the loadbalancer to the maximum value (#1571)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added new timeout configuration options for OpenStack load balancers, allowing for extended timeout values on client data, member connect, member data, and TCP inspect. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 283d86f commit bc6fe78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/base-cluster/templates/ingress/nginx.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ spec:
5252
{{- end }}
5353
service:
5454
annotations:
55+
loadbalancer.openstack.org/timeout-client-data: "2073600000"
56+
loadbalancer.openstack.org/timeout-member-connect: "2073600000"
57+
loadbalancer.openstack.org/timeout-member-data: "2073600000"
58+
loadbalancer.openstack.org/timeout-tcp-inspect: "2073600000"
5559
loadbalancer.openstack.org/proxy-protocol: "true"
5660
load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
5761
load-balancer.hetzner.cloud/disable-private-ingress: "true"

0 commit comments

Comments
 (0)