ROOT_DIR    = $(shell pwd)
NAMESPACE   = "default"
DEPLOY_NAME = "user-http-service"
DOCKER_NAME = "user-http-service"

include ./hack/hack.mk
