v6.2.0.0 changes

From v6.2.0.0, there are a few changes introduced to deploy myfg.war file on AC nodes.

Perform these steps:
  1. Edit the values.yaml file.
    • Open the respective ports in AC frontend service by updating below attribute.
      
      ac.frontendService.extraPorts
      ex:
          extraPorts:
            - name: myfg
              port: 30038
              targetPort: 30038
              nodePort: 30038
              protocol: TCP
      
    • Create extra route paths for myfg and gateway in values.yaml for AC.
      
       extraPaths:
              - routePrefix: "myfg"
                path: "/myfg"
                servicePort: "myfg"
                enableHttps: <true or false based on SSL settings in HTTP Server Adapter>
              - routePrefix: "gateway"
                path: "/gateway "
                servicePort: "myfg"
                enableHttps: <true or false based on SSL settings in HTTP Server Adapter>
      
    • Update the internal port/protocol details for adapter configurations using below properties.
      
      ac.myFgAccess.myFgPort and ac.myFgAccess.myFgProtocol
      ex:
        myFgAccess:
            myFgPort: <HTTP Server Adapter internal port where myFG is deployed>
            myFgProtocol: <HTTP Server Adapter internal protocol where myFG is deployed>
      
  2. Install or upgrade the Helm chart.
  3. If myFG is deployed on the HTTP server adapter and TLS is enabled, you must patch both myFG and gateway routes manually.
Note: If you set enableHttps to true, then you must patch the myFG and gateway routes with the certificate used during HTTP Server Adapter configuration. In case the HTTP Server Adapter is using ASISslCert, then patch myFG and gateway routes with CA ASISslCert certificate.