Rename zoekt external gateway container
What does this MR do and why?
This MR:
- renames the container for the external gateway from
zoekt-gateway
tozoekt-external-gateway
. - changes comments that reference
Main Svc
toExternal Gateway Svc
in_helpers.tpl
The change is to help differentiate the gateway containers in logs. It will be easier to have two distinct matchers
How to set up and validate locally
- check out
main
branch - install the chart:
helm install gitlab-zoekt .
- run the integration script, but skip the install step:
SKIP_INSTALL=1 ./spec/scripts/integration.sh
- check out this branch (
tchu-rename-external-gateway
) - run the integration script, but skip the install step:
SKIP_INSTALL=1 ./spec/scripts/integration.sh
Edited by Terri Chu