Skip to content

Commit 76d9939

Browse files
fix: update cpu resource requests for firehose telegraf container (#142)
1 parent 0458053 commit 76d9939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/firehose/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: firehose
33
description: A Helm chart for deploying Firehose on Kubernetes
44
type: application
5-
version: 0.1.21
5+
version: 0.1.22
66
appVersion: 0.7.1

stable/firehose/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ telegraf:
8282
cpu: 600m
8383
memory: 200Mi
8484
requests:
85-
cpu: 200m
85+
cpu: 50m
8686
memory: 100Mi
8787

8888
envSecrets: {}

0 commit comments

Comments
 (0)