Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
78c29ce9
Commit
78c29ce9
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Deploy specs:
- Defined cluster-mode specs for testing
parent
45869ad7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!90
Update version of CockroachDB database (CLUSTER mode)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
my_deploy.sh
+5
-5
5 additions, 5 deletions
my_deploy.sh
with
5 additions
and
5 deletions
my_deploy.sh
+
5
−
5
View file @
78c29ce9
...
...
@@ -60,13 +60,13 @@ export CRDB_DATABASE="tfs"
# Set CockroachDB installation mode to 'single'. This option is convenient for development and testing.
# See ./deploy/all.sh or ./deploy/crdb.sh for additional details
export
CRDB_DEPLOY_MODE
=
"
single
"
export
CRDB_DEPLOY_MODE
=
"
cluster
"
# Disable flag for dropping database, if it exists.
export
CRDB_DROP_DATABASE_IF_EXISTS
=
""
export
CRDB_DROP_DATABASE_IF_EXISTS
=
"
YES
"
# Disable flag for re-deploying CockroachDB from scratch.
export
CRDB_REDEPLOY
=
""
export
CRDB_REDEPLOY
=
"
YES
"
# ----- NATS -------------------------------------------------------------------
...
...
@@ -111,10 +111,10 @@ export QDB_TABLE_MONITORING_KPIS="tfs_monitoring_kpis"
export
QDB_TABLE_SLICE_GROUPS
=
"tfs_slice_groups"
# Disable flag for dropping tables if they exist.
export
QDB_DROP_TABLES_IF_EXIST
=
""
export
QDB_DROP_TABLES_IF_EXIST
=
"
YES
"
# Disable flag for re-deploying QuestDB from scratch.
export
QDB_REDEPLOY
=
""
export
QDB_REDEPLOY
=
"
YES
"
# ----- K8s Observability ------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment