This is a simple API service that demonstrates two mongo builds that can be used for the data store.
Run the following command:
npm run gcp
Run the following commands to deploy the API service using the mongo image:
gcloud compute disks create --size=200GB --zone=us-west1-c mongo-disk
kubectl apply -k install/mongo-native
Run the following commands to deploy the API service using launcher.gcr.io/google/mongodb3:
gcloud compute disks create --size=200GB --zone=us-west1-c mongo-disk
kubectl apply -k install/mongo-gcp