We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Step 1 Setting up the k8s environment, Google GKE or minikube or microk8s are ok for deployment.
Step 2 Setting up database and nft storage.
Step 3 Setting up ADDR, DSN, MAX_IDLE_CONNenvironment variables, you can check /k8s/configMap - template.yaml for reference.
ADDR
DSN
MAX_IDLE_CONN
/k8s/configMap - template.yaml
Step 4 Using Dockerfile to build docker image and then upload it to DockerHub.
Step 5 Deploy the project by yaml on k8s. And have fun.