Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hobord committed Oct 15, 2024
1 parent 7d1208b commit bb25108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/doit-eks-lens/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ collector:
tag: 0.83.0
kubeStateMetrics:
endpoint: "kube-state-metrics:8080"
env:
# - name: "GOMEMLIMIT"
# value: "2750MiB"
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: []
## Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
Expand All @@ -26,9 +29,6 @@ collector:
check_interval: 1s
limit_percentage: 70
spike_limit_percentage: 30
env:
# - name: "GOMEMLIMIT"
# value: "2750MiB"

metricsDeploymentId: xxxxxxxxx
s3_bucket: "doitintl-eks-metrics-xxxxxxxx-us-east-1"
Expand Down

0 comments on commit bb25108

Please sign in to comment.