Configure an SBA Gateway HTTP/2 Connection to Traffic Routing Agent

Configure an HTTP/2 connection with Traffic Routing Agent (TRA-RT/DR) using the SBA Gateway sub-chart of the main MATRIXX Helm chart.

Procedure

  1. In your Helm values file, add the following properties and values for the sba-5gc-chf sub-chart, modifying for the specifics of your deployment as needed:
    sba-5gc-chf:
      connections:
        # Enable TRA, set TRA host and HTTP2 port
        tra:
          enabled: true
          host: tra-ag1
          port: 4063
      configuration:
        container:
          configmap:
            nf.yaml: |-
              engine:
                enabled: true
                connection:
                  # TRA host
                  host: tra-ag1
                  # TRA HTTP2 port
                  port: 4063
                  transportType: HTTP_2
  2. Apply these configuration changes with helm upgrade commands in the namespace(s) containing SBA Gateway.

What to do next

For more information about the sba-5gc-chf sub-chart, see the discussions about common sub-chart properties and component-specific sub-chart properties in MATRIXX Configuration.