Update influxdb-v3.sh

This commit is contained in:
tteckster 2022-04-20 15:56:08 -04:00 committed by GitHub
parent 5234e3322a
commit 5666d2c9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -76,8 +76,10 @@ function default_settings() {
DISK_SIZE="8"
echo -e "${DGN}Using ${BGN}2vCPU${CL}"
CORE_COUNT="2"
echo -e "${DGN}Using ${BGN}512MiB${CL}${DGN} RAM${CL}"
echo -e "${DGN}Using ${BGN}2048MiB${CL}${DGN} RAM${CL}"
RAM_SIZE="2048"
echo -e "${DGN}Using Bridge ${BGN}${BRG}${CL}"
BRG="vmbr0"
echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}"
NET=dhcp
echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}"