Skip to content

Commit

Permalink
remove local db for internal dp
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Dec 17, 2024
1 parent ae2a8c1 commit fe402b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 9c-internal/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dataProvider:
log: 4Gi

db:
local: true
local: false
storage: 100Gi
database: ''
connectionString: ''
Expand Down
2 changes: 1 addition & 1 deletion 9c-internal/multiplanetary/network/heimdall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dataProvider:
log: 10Gi

db:
local: true
local: false
database: ""
connectionString: ""
host: ""
Expand Down
2 changes: 1 addition & 1 deletion 9c-internal/multiplanetary/network/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dataProvider:
log: 1Gi

db:
local: true
local: false
database: ""
connectionString: ""
host: ""
Expand Down

0 comments on commit fe402b3

Please sign in to comment.