MurmurationsAllocator

command module
v0.0.0-...-2bee932 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

README

MurmurationsAllocator

Run locally

  1. 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
    
  2. 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"
    
  3. Add the following to your host file sudo vim /etc/hosts
    127.0.0.1    allocator.murmurations.developers
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL