Enter the name of the self-signed TLS key and certificate files that you generated previously in Step 5: Create TLS certificates. These files must be located in the base_directory/hybrid-files/certs directory. For example:
(Optional). This is a key-value pair that provides annotations for your default ingress service. Annotations are used by your cloud platform to help configure your hybrid installation, for example setting the loadbalancer type to either internal or external.
Annotations vary from platform to platform. Refer to your platform documentation for required and suggested annotations.
SVC_LOAD_BALANCER_IP
(Optional). On platforms that support specifying the load balancer IP address, the load balancer will be created with this IP address. On platforms that do not allow you to specify the load balancer IP, this property is ignored.
The path and filename account of the service account JSON files in your service-accounts/ directory. The names must include the path to the service account file. This can be a full path, or the path relative to your hybrid-files/ directory. If you include a relative path, you must call apigeectl, the command to apply this configuration, from your hybrid-files/ directory.
For non-production environments, the name of the single service account is GCP_PROJECT_ID-non-prod.json by default.
The configuration file tells Kubernetes how to deploy the hybrid components to a cluster. Next, you will enable synchronizer access so the Apigee runtime and management planes will be able to communicate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-24 UTC."],[[["The `overrides.yaml` file is crucial for configuring your unique Apigee hybrid installation, specifying necessary settings that do not have defaults."],["You must create an `overrides.yaml` file within the `$HYBRID_FILES/overrides` directory, and populate it with required property values for either non-production or production environments."],["The file's contents will include specifications for GCP project details, Kubernetes cluster information, organization details, Cassandra configurations, virtual hosts, ingress gateways, environments, and service account paths."],["Property values within the overrides file need to be adjusted depending on whether the environment is production or non-production, with production environments having increased storage requirements for the Cassandra database, as well as additional service account files."],["For multi-region setups, each region must have its own cluster, and while multiple organizations can exist within a cluster, they must share the same `instanceID` setting."]]],[]]