Skip to content

Disable Kubernetes gateway ingress by default#149

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-gateway-enabled-to-false
Draft

Disable Kubernetes gateway ingress by default#149
Copilot wants to merge 2 commits intomainfrom
copilot/update-gateway-enabled-to-false

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 26, 2026

Purpose

Disable the Kubernetes ingress resource creation for API Gateway across all Helm chart configurations.

Goals

Set kubernetes.ingress.gateway.enabled to false as the default configuration, requiring explicit opt-in for gateway ingress creation.

Approach

Updated the kubernetes.ingress.gateway.enabled field from true to false in 7 values files:

  • all-in-one/values.yaml
  • all-in-one/default_values.yaml
  • all-in-one/default_openshift_values.yaml
  • docs/am-pattern-0-all-in-one/default_values.yaml
  • docs/am-pattern-1-all-in-one-HA/default_values.yaml
  • docs/am-pattern-2-all-in-one_GW/default_values.yaml
  • docs/am-pattern-5-all-in-one_GW_KM/default_values.yaml
kubernetes:
  ingress:
    gateway:
-     enabled: true
+     enabled: false
      hostname: "gw.wso2.com"

User stories

Users requiring gateway ingress must explicitly enable it via custom values override.

Release note

Gateway ingress is now disabled by default. Enable via kubernetes.ingress.gateway.enabled: true in custom values.

Documentation

N/A - Configuration change only, existing documentation on ingress configuration remains valid.

Training

N/A

Certification

N/A - Configuration default change does not introduce new functionality.

Marketing

N/A

Automation tests

  • Unit tests: N/A - Configuration change only
  • Integration tests: N/A - Configuration change only

Security checks

Samples

N/A

Related PRs

None

Migrations (if applicable)

Existing deployments using default values will need to add kubernetes.ingress.gateway.enabled: true to maintain current behavior.

Test environment

N/A - Configuration change only

Learning

N/A


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: kavindasr <59206135+kavindasr@users.noreply.github.com>
Copilot AI changed the title [WIP] Update gateway setting to disabled Disable Kubernetes gateway ingress by default Feb 26, 2026
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