John Brownlee 2f2e5219da Move the config file scheme into a separate package so it can be imported by the operator.
Move the argument for the number of servers per pod into a command-line argument so we can use the same config file at different storage server densities.
2021-11-12 11:58:38 -08:00

8 lines
247 B
Bash

export FDB_PUBLIC_IP=127.0.0.1
export FDB_POD_IP=127.0.0.1
export FDB_ZONE_ID=localhost
export FDB_MACHINE_ID=localhost
export FDB_INSTANCE_ID=storage-1
export KUBERNETES_SERVICE_HOST=kubernetes.docker.internal
export KUBERNETES_SERVICE_PORT=6443