Skip to content

Commit

Permalink
update autoscaling example command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wittwer committed Dec 16, 2024
1 parent bcff3da commit 2963d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s-onprem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ documentation](https://helm.sh/docs/using_helm/#customizing-the-chart-before-ins
You can edit the values.yaml file directly or you can use the *--set*
option to override a single parameter with the CLI. For example, to
deploy a cluster with a minimum of two inference servers use *--set* to
set the autoscaler.minReplicas parameter.
set the autoscaling.minReplicas parameter.

```
$ helm install example --set autoscaler.minReplicas=2 .
$ helm install example --set autoscaling.minReplicas=2 .
```

You can also write your own "config.yaml" file with the values you
Expand Down

0 comments on commit 2963d69

Please sign in to comment.