Skip to content

Commit

Permalink
operator: Change default replication factor of 1x.medium to 2 (grafan…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding authored Sep 29, 2023
1 parent fcdd55b commit 1ce00ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Main

- [10720](https://github.com/grafana/loki/pull/10720) **JoaoBraveCoding**: Change default replication factor of 1x.medium to 2
- [10600](https://github.com/grafana/loki/pull/10600) **periklis**: Update Loki operand to v2.9.1
- [10545](https://github.com/grafana/loki/pull/10545) **xperimental**: Update gateway arguments to enable namespace extraction
- [10558](https://github.com/grafana/loki/pull/10558) **periklis**: Upgrade dashboards for for Loki v2.9.0
Expand Down
2 changes: 1 addition & 1 deletion operator/internal/manifests/internal/sizes.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ var StackSizeTable = map[lokiv1.LokiStackSizeType]lokiv1.LokiStackSpec{
lokiv1.SizeOneXMedium: {
Size: lokiv1.SizeOneXMedium,
Replication: &lokiv1.ReplicationSpec{
Factor: 3,
Factor: 2,
},
Limits: &lokiv1.LimitsSpec{
Global: &lokiv1.LimitsTemplateSpec{
Expand Down

0 comments on commit 1ce00ea

Please sign in to comment.