File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ max_cluster_capacity = 2
7272# This can be used in case you hit the limit which can happen if 30+ whitelist_cidrs are provided.
7373# enable_https_ingress = false
7474
75+ # Use Gateway API (Envoy Gateway) instead of NGINX Ingress controller.
76+ # When set to true, Envoy Gateway is deployed as a drop-in replacement for NGINX. Only one can be active per deployment.
77+ # If `domain` is set, HTTPS is used with TLS termination via ACM cert; otherwise the raw NLB hostname is used over HTTP.
78+ # For Bitbucket, SSH on port 7999 is handled natively via TCPRoute (no manual ELB listener modification needed).
79+ use_gateway_api = " true"
80+
7581# ###############################################################################
7682# Jira/JSM Settings
7783# ###############################################################################
Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ max_cluster_capacity = 6
8181# This can be used in case you hit the limit which can happen if 30+ whitelist_cidrs are provided.
8282# enable_https_ingress = false
8383
84+ # Use Gateway API (Envoy Gateway) instead of NGINX Ingress controller.
85+ # When set to true, Envoy Gateway is deployed as a drop-in replacement for NGINX. Only one can be active per deployment.
86+ # If `domain` is set, HTTPS is used with TLS termination via ACM cert; otherwise the raw NLB hostname is used over HTTP.
87+ # For Bitbucket, SSH on port 7999 is handled natively via TCPRoute (no manual ELB listener modification needed).
88+ use_gateway_api = " true"
89+
8490# ###############################################################################
8591# Execution Environment Settings
8692# ###############################################################################
You can’t perform that action at this time.
0 commit comments