Config Module Deployment

Hi @sanchi-singh24 ,

Any update on the above issue?

Thanks

Hi @reddi3

Apologies for the delayed response from our end let me check with the team internally and then I will get back to you.

Best regards,
Team MOSIP

Hi @reddi3

A username and token are not required if you are using public repositories. Please redeploy the config-server with the following values in the config-server’s values.yaml file:

gitRepo:
  uri: https://github.com/reddi3/mosip-config
  version: develop
  searchFolders: ""
  private: false
  username: ""
  token: ""

If the config-server pod fails to start or restarts, please check the logs using the following command:

kubectl -n config-server logs <pod-name> --previous

If no exceptions or errors are found, try increasing the failure threshold for the startup probe by updating the config-server deployment.

If the issue persists, we will have to connect to resolve it.

1 Like

Dear @reddi3 ,

This is to check back on your query and if with the solution input you were able to resolve the issue.

Best Regards
Team MOSIP