Skip to content

Commit

Permalink
Merge pull request #3742 from kubecost/fix-link
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
jessegoodier authored Nov 21, 2024
2 parents 50b5301 + bd5f562 commit a4e421e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.gopath
.dist
.manifest
.kubeconfig
2 changes: 1 addition & 1 deletion cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ networkCosts:
# Port will set both the containerPort and hostPort to this value.
# These must be identical due to network-costs being run on hostNetwork
port: 3001
# this daemonset can use significant resources on large clusters: https://guide.kubecost.com/hc/en-us/articles/4407595973527-Network-Traffic-Cost-Allocation
# this daemonset can use significant resources on large clusters: https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/cost-allocation/network-allocation
resources:
limits: # remove the limits by setting cpu: null
cpu: 500m # can be less, will depend on cluster size
Expand Down

0 comments on commit a4e421e

Please sign in to comment.