...
Add new digit nexus repo under <
repositories
> tagCode Block <repository> <id>repo.digit.org</id> <name>eGov DIGIT Releases Repository</name> <url><https<url>https://nexus-repo.digit.org/nexus/content/repositories/snapshots/</url>>url> </repository>
Add Tracer 2.1.0
Code Block <dependency> <groupId>org.egov.services</groupId> <artifactId>tracer</artifactId> <version>2.1.0-SNAPSHOT</version> </dependency>
The host of the MDMS services referred by any service should be changed to the internal gateway host for tenant-based(namespace) redirection. Since multiple MDMS services will be running each for the different namespaces (schemas).
Code Block - name: EGOV_MDMS_HOST valueFrom: configMapKeyRef: name: egov-service-host key: internal-gateway
{ ADD if any new configs }
...