Get Started With Property Tax
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
function kgpt(){kubectl get pods -n egov --selector=app=$1 --no-headers=true | head -n1 | awk '{print $1}'}
kubectl port-forward -n egov $(kgpt egov-user) 8085:8080
kubectl port-forward -n egov $(kgpt egov-idgen) 8086:8080
kubectl port-forward -n egov $(kgpt egov-mdms-service) 8087:8080
kubectl port-forward -n egov $(kgpt egov-workflow) 8088:8080
kubectl port-forward -n egov $(kgpt egov-localization) 8089:8080
kubectl port-forward -n egov $(kgpt egov-location) 8090:8080user.service.hostname = http://127.0.0.1:8085
egov.idgen.hostname = http://127.0.0.1:8086
# can use non port forwarded environment host as well
egov.mdms.host = http://127.0.0.1:8087
egov.workflow.host = http://127.0.0.1:8088
# can use non port forwarded environment host as well
egov.localization.host = http://127.0.0.1:8089
egov.location.host = http://127.0.0.1:8090