1- clone the project .
2 cd to Biconomy/app.
3- Run Docker Build Command to build and tag the image.
4- upload the image to a private repository or docker hub.
5- edit Biconomy/kube-manifists/deployment.yaml and change the image to your image URL.
6- incase you uploaded the image to a repository you need to uncomment imagePullSecrets: and add a secret named biconomy to your cluster, it must include the credentials needed to login to the image repository.
Note: to expose /ping only, we need to have an ingress controller, I am using custom controller, you need to edit Biconomy/kube-manifists/ingress.yaml and add annonations and ingress class that is suitable for your ingress controller .
5- run " kubectl apply -f Biconomy/kube-manifists" to deploy the app to your kubernetes cluster
6- /ping shoud be now accessable through YOUR_INGRESS_CONTROLLER/ping
A1phaKaballo/Biconomy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|