Skip to content

Commit

Permalink
[aws-for-fluentbit] Reduce resource limits/requests (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeypash authored Mar 30, 2021
1 parent 8af5ee5 commit 96fa27f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions scripts/install-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ mv "${TMP_DIR}/helmv3/${PLATFORM}-${ARCH}/helm" "${TOOLS_DIR}/helmv3"
rm -rf "${PLATFORM}-${ARCH}"

## Initialize helm

helm init --stable-repo-url https://charts.helm.sh/stable --client-only --kubeconfig="${BUILD_DIR}/.kube/kubeconfig"


## Install kind
curl -sSL "https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-${PLATFORM}-${ARCH}" -o "${TOOLS_DIR}/kind"
chmod +x "${TOOLS_DIR}/kind"
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-for-fluent-bit
description: A Helm chart to deploy aws-for-fluent-bit project
version: 0.1.6
version: 0.1.7
appVersion: 2.7.0
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
6 changes: 3 additions & 3 deletions stable/aws-for-fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ serviceAccount:

resources:
limits:
memory: 500Mi
memory: 250Mi
requests:
cpu: 500m
memory: 500Mi
cpu: 50m
memory: 50Mi

## Assign a PriorityClassName to pods if set
# priorityClassName: system-node-critical
Expand Down

0 comments on commit 96fa27f

Please sign in to comment.