Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/util/k8s/dcapt-small.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ max_cluster_capacity = 2
# This can be used in case you hit the limit which can happen if 30+ whitelist_cidrs are provided.
#enable_https_ingress = false

# Use Gateway API (Envoy Gateway) instead of NGINX Ingress controller.
# When set to true, Envoy Gateway is deployed as a drop-in replacement for NGINX. Only one can be active per deployment.
# If `domain` is set, HTTPS is used with TLS termination via ACM cert; otherwise the raw NLB hostname is used over HTTP.
# For Bitbucket, SSH on port 7999 is handled natively via TCPRoute (no manual ELB listener modification needed).
use_gateway_api = "true"

################################################################################
# Jira/JSM Settings
################################################################################
Expand Down
6 changes: 6 additions & 0 deletions app/util/k8s/dcapt.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ max_cluster_capacity = 6
# This can be used in case you hit the limit which can happen if 30+ whitelist_cidrs are provided.
#enable_https_ingress = false

# Use Gateway API (Envoy Gateway) instead of NGINX Ingress controller.
# When set to true, Envoy Gateway is deployed as a drop-in replacement for NGINX. Only one can be active per deployment.
# If `domain` is set, HTTPS is used with TLS termination via ACM cert; otherwise the raw NLB hostname is used over HTTP.
# For Bitbucket, SSH on port 7999 is handled natively via TCPRoute (no manual ELB listener modification needed).
use_gateway_api = "true"

################################################################################
# Execution Environment Settings
################################################################################
Expand Down