Skip to content

Commit

Permalink
fix ident in default values
Browse files Browse the repository at this point in the history
  • Loading branch information
hobord committed Nov 20, 2024
1 parent 2d9719a commit c0716cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/doit-eks-lens/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: doit-eks-lens
description: A Helm chart for DoiT EKS lens
type: application
version: 1.0.4
version: 1.0.5
appVersion: "0.0.1"
10 changes: 5 additions & 5 deletions charts/doit-eks-lens/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ collector:
tag: 0.83.0
kubeStateMetrics:
endpoint: "kube-state-metrics:8080"
## Ref: https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md
memory_limiter:
check_interval: 1s
limit_percentage: 70
spike_limit_percentage: 30
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/
resources: {}
## Ref: https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md
memory_limiter:
check_interval: 1s
limit_percentage: 70
spike_limit_percentage: 30

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

0 comments on commit c0716cb

Please sign in to comment.