Loading deploy/crdb.sh +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where CockroackDB will be deployed. export CRDB_NAMESPACE=${CRDB_NAMESPACE:-"crdb"} Loading deploy/nats.sh +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where NATS will be deployed. export NATS_NAMESPACE=${NATS_NAMESPACE:-"nats"} Loading deploy/qdb.sh +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} Loading Loading
deploy/crdb.sh +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where CockroackDB will be deployed. export CRDB_NAMESPACE=${CRDB_NAMESPACE:-"crdb"} Loading
deploy/nats.sh +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where NATS will be deployed. export NATS_NAMESPACE=${NATS_NAMESPACE:-"nats"} Loading
deploy/qdb.sh +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ # Read deployment settings ######################################################################################################################## # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL=${REDEPLOYALL:-""} # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} Loading