Geo: Fix GDK defaults for primary and secondary

What does this merge request do and why?

It simplifies the Vite setup by directly editing the gdk.yml for primary and secondary, and disables the topology service in the secondary site.

The topology service is bound to port 9090 so only one should be running at any time.

Reference: Geo: Topology service fails to start on seconda... (#3116)

How to set up and validate locally

  • Follow the steps to Add a secondary Geo site from the How-to guide, making sure this branch is checked out on your existing GDK (primary).
  • Check gdk status after the installation completed successfully:
    • there should be a service for vite but not webpack in either GDKs;
    • there should not be a gitlab-topology-service in gdk2.
  • Navigate to localhost:3001 and receive no errors.

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This MR references an issue describing the change.
  • This change is backward compatible. If not, include steps to communicate to users.
  • Tests added for new functionality. If not, raise an issue to follow-up.
  • Observability added/updated (logging, metrics, tracing).
  • Documentation added/updated.
  • Announcement added for notable changes.
  • gdk doctor test added.
Edited by Chloe Fons

Merge request reports

Loading