- Install NGINX Ingress Controller
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update helm upgrade --install ingress-nginx ingress-nginx \ --repo https://kubernetes.github.io/ingress-nginx \ --namespace ingress-nginx --create-namespace
- Create secret for MurmurationsAllocator
kubectl create secret generic allocator-app-secret \ --from-literal="MONGO_HOST=mongodb+srv://" \ --from-literal="MONGO_USERNAME=mongo-admin" \ --from-literal="MONGO_PASSWORD=mongo-password"
- Add the following to your host file sudo vim /etc/hosts
127.0.0.1 allocator.murmurations.developers
-
Notifications
You must be signed in to change notification settings - Fork 0
License
MurmurationsNetwork/MurmurationsAllocator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published