Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  1. If the service has persister configs then the topics in the config should be updated by appending the schema name to the kafka topic in the persister config. pt-calculator is a state-specific service.


  2. Any host reference to the multi-schema service running in the digit namespace should be referred with digit namespace or the host be changed to internal-gateway if not sure of the namespace in which the service is running.

    a. if the current state-specific service is running in a namespace called statea, then the reference to a multischema service called property-service should be to http://property-service:8080.digit/ in the Environment YAML of the given namespace.
    statea.yaml in environments of the helm config.

     property-services: "http://property-services.digit:8080/"


    b. else the property host should refer to internal gateway.

      - name: PROPERTY_SERVICE_HOST
        valueFrom:
          configMapKeyRef:
            name: egov-service-host
            key: internal-gateway
  • No labels