Skip to content

Commit

Permalink
feat(loki-microservices): flush ingester chunks on shutdown (#31)
Browse files Browse the repository at this point in the history
* feat(loki-microservices): flush ingester chunks on shutdown

* docs(terraform-docs): generate docs and write to README.adoc

---------

Co-authored-by: modridi <modridi@users.noreply.github.com>

Release-As: v1.0.0-alpha.11
  • Loading branch information
modridi authored Feb 22, 2023
1 parent 6854456 commit b48aa69
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.9"`
Default: `"v1.0.0-alpha.10"`

=== Outputs

Expand Down Expand Up @@ -291,7 +291,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.9"`
|`"v1.0.0-alpha.10"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.9"`
Default: `"v1.0.0-alpha.10"`

=== Outputs

Expand Down Expand Up @@ -292,7 +292,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.9"`
|`"v1.0.0-alpha.10"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.9"`
Default: `"v1.0.0-alpha.10"`

=== Outputs

Expand Down Expand Up @@ -292,7 +292,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.9"`
|`"v1.0.0-alpha.10"`
|no

|===
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v1.0.0-alpha.9"`
Default: `"v1.0.0-alpha.10"`

=== Outputs

Expand Down Expand Up @@ -294,7 +294,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v1.0.0-alpha.9"`
|`"v1.0.0-alpha.10"`
|no

|===
Expand Down
1 change: 1 addition & 0 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ locals {
ingester = {
wal = {
replay_memory_ceiling = "500MB"
flush_on_shutdown = true
}
}
limits_config = {
Expand Down

0 comments on commit b48aa69

Please sign in to comment.