Add network policy examples to restrict executors to needed frontend port - #875
Merged
Merged
Conversation
marcleblanc2
marked this pull request as draft
June 3, 2026 05:56
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
from
June 3, 2026 06:28
a7416f9 to
8e46e96
Compare
3 tasks
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
from
September 15, 2026 20:26
486feb3 to
49bbc06
Compare
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
2 times, most recently
from
September 15, 2026 20:41
dc19633 to
8f2d2fe
Compare
marcleblanc2
marked this pull request as ready for review
September 15, 2026 20:41
marcleblanc2
enabled auto-merge (squash)
September 15, 2026 20:42
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
from
September 15, 2026 20:44
8f2d2fe to
07cccf1
Compare
marcleblanc2
disabled auto-merge
September 15, 2026 20:44
marcleblanc2
enabled auto-merge (squash)
September 15, 2026 20:44
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
from
September 15, 2026 20:44
07cccf1 to
2f54a5c
Compare
…ntend API
- charts/sourcegraph/examples/network-policy: native NetworkPolicy via
extraResources, applied to the Sourcegraph release
- charts/sourcegraph-executor/{k8s,dind}/examples/network-policy: deny-only
CiliumNetworkPolicy for Executor and job pods, for clusters where the
native policy does not take effect
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a0a69d-e365-72ec-8faf-857772c6a2f7
marcleblanc2
force-pushed
the
marc/add-network-policy
branch
from
September 15, 2026 20:45
2f54a5c to
e345582
Compare
marcleblanc2
disabled auto-merge
September 15, 2026 20:49
marcleblanc2
enabled auto-merge (squash)
September 15, 2026 20:51
michaellzc
approved these changes
Sep 15, 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.
Add network policy examples which limit Executor and Executor job pods to the Sourcegraph frontend API
Checklist
Test plan
helm templatewith the override renders bothNetworkPolicyresources;helm lintandhelm unittestpass