mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 02:37:02 +08:00
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.
8 lines
247 B
Bash
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
|