Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add examples for resources and correct the name of flat-run-fields-updater in configs
  • Loading branch information
danielpanzella authored Nov 20, 2024
1 parent f8064ad commit 88346ad
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ adjusted manually via the user-spec
values:
filestream:
replicaCount: 1
flatRunFieldsUpdater:
flat-run-fields-updater:
replicaCount: 1
```
or enable autoscaling
Expand All @@ -105,7 +105,7 @@ values:
minReplicas: 1
maxReplicas: 10
targetCPUUtilization: 70
flatRunFieldsUpdater:
flat-run-fields-updater:
autoscaling:
enabled: true
minReplicas: 1
Expand All @@ -116,6 +116,24 @@ values:
Application resources may not currently be ideal for autoscaling and updating them may be desirable in that case. They can
also be specified in the user-spec.
```yaml
values:
filestream:
requests:
cpu: 500m
memory: 4Gi
limits:
cpu: 4000m
memory: 8Gi
flat-run-fields-updater:
requests:
cpu: 500m
memory: 4Gi
limits:
cpu: 4000m
memory: 8Gi
```
## Examples
Expand Down

0 comments on commit 88346ad

Please sign in to comment.