Introduction
About Gerrit and Google Axion C4A
Make your Gerrit deployment accessible on Google Cloud Platform
Provision a virtual machine on Google Cloud Platform to deploy Gerrit
Install and configure Gerrit on a Google Axion C4A virtual machine
Benchmark Gerrit on your Google Cloud Axion C4A virtual machine
Next Steps
Create a firewall rule in Google Cloud console to allow incoming TCP traffic on port 8080 and make your Gerrit deployment accessible.
If you need help setting up Google Cloud Platform (GCP), see the Learning Path Getting started with Google Cloud Platform .
To expose TCP port 8080 for Gerrit, start by creating a new firewall rule in Google Cloud console:
Create a firewall rule
allow-tcp-8080.autoscaling-net, but your organization might use a different network.allow-tcp-8080 in the Target tags field.0.0.0.0/0.This configuration allows incoming TCP traffic on port 8080 from any IPv4 address.
Creating the TCP/8080 firewall rule
Next, configure the protocols and ports for your firewall rule:
8080.This step ensures that only TCP traffic on port 8080 is allowed through the firewall.
Specifying the TCP port to expose
You’ve now created a network firewall rule to allow access to your Gerrit deployment.
Next, you’ll create a Google Axion C4A virtual machine for deploying Gerrit.