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
:
- Run the following command to retrieve the list of deployments in
the namespace:
In the list, the deployment name for the config-mgr-svc is displayed as follows:get deploy –n <namespace>
<release-name>-config-mgr-svc
- Run the following command to edit the config-mgr-svc deployment file:
kubectl edit deploy <release-name>-config-mgr-svc -n <namespace>
- Check whether ALTSEPP_ENPOINT_SERVICE_NAME is present in the file:
- If present, verify the service name of the config manager service. This
parameter must be set to
<release-name>-config-mgr-svc.
- 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>
- If present, verify the service name of the config manager service. This
parameter must be set to
- 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.