B.2 Deployment Configuration for Config-mgr-svc

Perform the following procedure for config-mgr-svc after the installation, if the release name is anything other than ocsepp-release:

  1. Run the following command to retrieve the list of deployments in the namespace:
    get deploy –n <namespace>
    In the list, the deployment name for the config-mgr-svc is displayed as follows:
    <release-name>-config-mgr-svc
  2. Run the following command to edit the config-mgr-svc deployment file:
    kubectl edit deploy <release-name>-config-mgr-svc -n <namespace>
  3. Check whether ALTSEPP_ENPOINT_SERVICE_NAME is present in the file:
    1. If present, verify the service name of the config manager service. This parameter must be set to <release-name>-config-mgr-svc.
    2. If the parameter is not present, add the following lines in the config-mgr-svc deployment file after ‘PRODUCER_NOTIFICATION_PORT’:
    
    - name: ALTSEPP_ENDPOINT_SERVICE_NAME
     value: <Service name of config mgr service>
  4. Save and close the file. The pod restarts and new deployment is loaded for config-mgr-svc.

    This service name will be used by configuration manager to load common configuration in database.