Skip to content

Remove all network policies for unused Zoekt ports

Dylan Griffith requested to merge 389749-remove-unused-open-ports-for-zoekt into master

What does this MR do?

Remove all network policies for unused Zoekt ports

We've moved to proxying everything through the gateway which listens on port 443 so we can remove all previously opened port 6060 and 6070.

This is as part of gitlab-org/gitlab#389749 (closed)

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Check if all of the following apply:
    • Assign to the correct reviewer per the contributing document
    • Apply the correct metadata per the contributing document
    • Link to related MRs for applying the changes on other environments
    • Link to related Chef changes
    • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Check if all of the following apply:
    • Reviewed the diff jobs to confirm changes are as expected
    • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)

Closes #389749

Merge request reports