Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support securityContext for gateway container #702

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

mstefany
Copy link
Contributor

Currently, if gateway deployment is enabled, then the apisix gateway container in the pod is deployed without any securityContext, and they it is not even configurable. This PR tries to make it configurable.

Use-case: This is useful, if you want to add NET_BIND_SERVICE capability and make apisix gateway container listen on privileged port, e.g. 443.

@mstefany mstefany force-pushed the gateway.securityContext branch from 00ae6d2 to 19bdf26 Compare January 16, 2024 15:14
@AlinsRan AlinsRan merged commit a837f24 into apache:master Jan 17, 2024
9 checks passed
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