Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed wrong default description of autoscaling.apiVersion
  • Loading branch information
mschroeder-fzj authored Nov 25, 2024
1 parent 8103025 commit 98a8acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/iotagent-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A Helm chart for running the fiware iotagent-json on kubernetes.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| autoscaling.enabled | bool | `false` | should autoscaling be enabled |
| autoscaling.apiVersion | string | `v2beta2` | overwrite autoscaling API Version |
| autoscaling.apiVersion | string | `v1` | overwrite autoscaling API Version |
| autoscaling.maxReplicas | int | `10` | maximum number of running pods |
| autoscaling.metrics | list | `[]` | metrics to react on |
| autoscaling.minReplicas | int | `1` | minimum number of running pods |
Expand Down

0 comments on commit 98a8acf

Please sign in to comment.