Skip to content

Commit

Permalink
Updating liiklus document: adding optional to lagthreshold (kedacore#392
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ritikaa96 <[email protected]>
  • Loading branch information
Ritikaa96 authored Mar 4, 2021
1 parent 27d1570 commit efa6da7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion content/docs/1.4/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ spec:
address: localhost:6565
group: my-group # Make sure that this consumer group name is the same one as the one that is consuming topics
topic: test-topic
lagThreshold: "50"
# Optional
lagThreshold: "50" # Default value is set to 10
```
3 changes: 2 additions & 1 deletion content/docs/1.5/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ spec:
address: localhost:6565
group: my-group # Make sure that this consumer group name is the same one as the one that is consuming topics
topic: test-topic
lagThreshold: "50"
# Optional
lagThreshold: "50" # Default value is set to 10
```
3 changes: 2 additions & 1 deletion content/docs/2.0/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ spec:
address: localhost:6565
group: my-group # Make sure that this consumer group name is the same one as the one that is consuming topics
topic: test-topic
lagThreshold: "50"
# Optional
lagThreshold: "50" # Default value is set to 10
```
3 changes: 2 additions & 1 deletion content/docs/2.1/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ spec:
address: localhost:6565
group: my-group # Make sure that this consumer group name is the same one as the one that is consuming topics
topic: test-topic
lagThreshold: "50"
# Optional
lagThreshold: "50" # Default value is set to 10
```
3 changes: 2 additions & 1 deletion content/docs/2.2/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ spec:
address: localhost:6565
group: my-group # Make sure that this consumer group name is the same one as the one that is consuming topics
topic: test-topic
lagThreshold: "50"
# Optional
lagThreshold: "50" # Default value is set to 10
```

0 comments on commit efa6da7

Please sign in to comment.