Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Feb 11, 2025
1 parent b0cd1ae commit 59e05b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/config/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ func commandExample(cCtx *cli.Context) error { //nolint:funlen,maintidx
Storage: &model.ConfigPostgresResourcesStorage{
Capacity: 20,
},
Replicas: ptr(1),
},
Settings: &model.ConfigPostgresSettings{
Jit: ptr("off"),
Expand Down
1 change: 1 addition & 0 deletions dockercompose/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func getConfig() *model.ConfigConfig { //nolint:maintidx
},
EnablePublicAccess: ptr(false),
Storage: nil,
Replicas: ptr(int(1)),
},
Settings: nil,
},
Expand Down

0 comments on commit 59e05b8

Please sign in to comment.