Skip to content

Commit

Permalink
feat: update default telegraf resources (#62)
Browse files Browse the repository at this point in the history
* feat: change telegraf default resources

* chore: bump version
  • Loading branch information
ishanarya0 authored Oct 25, 2023
1 parent 79255c9 commit d1da6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/firehose/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: firehose
description: A Helm chart for deploying Firehose on Kubernetes
type: application
version: 0.1.15
version: 0.1.16
appVersion: 0.7.1
4 changes: 2 additions & 2 deletions stable/firehose/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ telegraf:
# authorization: Bearer <token>
resources:
limits:
cpu: 1000m
memory: 2000Mi
cpu: 500m
memory: 1000Mi
requests:
cpu: 70m
memory: 100Mi
Expand Down

0 comments on commit d1da6fc

Please sign in to comment.