Deploying myFileGateway 2.0 on ASI nodes

You can deploy myfg.war file on ASI nodes with a few changes before installing or upgrading Helm charts.

Perform these steps:
  1. Edit the values.yaml file.
    Open the respective ports in ASI frontend service by updating below attribute.
    
    asi.frontendService.extraPorts
    ex:
        extraPorts:
          - name: myfg
            port: 30038
            targetPort: 30038
            nodePort: 30038
            protocol: TCP
    
    Note: The name of extraPort in myFileGateway 2.0 must be "myfg".
  2. Install or upgrade the Helm chart.