Skip to content

Commit 28fd4e9

Browse files
committed
Use Gateway API by default
1 parent 5902e4a commit 28fd4e9

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

app/util/k8s/dcapt-small.tfvars

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
################################################################################

app/util/k8s/dcapt.tfvars

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
################################################################################

0 commit comments

Comments
 (0)