Draft
Conversation
|
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Disable the Kubernetes ingress resource creation for API Gateway across all Helm chart configurations.
Goals
Set
kubernetes.ingress.gateway.enabledtofalseas the default configuration, requiring explicit opt-in for gateway ingress creation.Approach
Updated the
kubernetes.ingress.gateway.enabledfield fromtruetofalsein 7 values files:all-in-one/values.yamlall-in-one/default_values.yamlall-in-one/default_openshift_values.yamldocs/am-pattern-0-all-in-one/default_values.yamldocs/am-pattern-1-all-in-one-HA/default_values.yamldocs/am-pattern-2-all-in-one_GW/default_values.yamldocs/am-pattern-5-all-in-one_GW_KM/default_values.yamlUser 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: truein 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
Security checks
Samples
N/A
Related PRs
None
Migrations (if applicable)
Existing deployments using default values will need to add
kubernetes.ingress.gateway.enabled: trueto 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.