We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c449f commit b466d98Copy full SHA for b466d98
docs/user-guide/creating-application/deployment-template.md
@@ -673,8 +673,8 @@ Example for autosccaling with KEDA using Prometheus metrics is given below:
673
```yaml
674
kedaAutoscaling:
675
enabled: true
676
- minReplicas: 1
677
- maxReplicas: 2
+ minReplicaCount: 1
+ maxReplicaCount: 2
678
idleReplicaCount: 0
679
pollingInterval: 30
680
advanced:
@@ -704,8 +704,8 @@ Example for autosccaling with KEDA based on kafka is given below :
704
705
706
707
708
709
710
711
advanced: {}
0 commit comments