Skip to content

Commit

Permalink
Documents ASSET_INCLUDE_LOCAL_DISK_COST (#3449)
Browse files Browse the repository at this point in the history
* Adds ASSET_INCLUDE_LOCAL_DISK_COST

* Add comment about ASSET_INCLUD_LOCAL_DISK_COST
  • Loading branch information
thomasvn authored Jul 3, 2024
1 parent 7784944 commit 43eee38
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,9 @@ kubecostModel:
# image provided (registry, image, tag) will be used for cost-model.
# fullImageName:

# extraEnv:
# - name: SOME_VARIABLE
# value: "some_value"
# securityContext:
# readOnlyRootFilesystem: true

# Build local cost allocation cache
warmCache: false
# Run allocation ETL pipelines
Expand Down Expand Up @@ -690,11 +688,16 @@ kubecostModel:
extraArgs: []

# Optional. A list of extra environment variables to be added to the cost-model container.
# extraEnv: []
# - name: LOG_LEVEL
# value: trace
# - name: LOG_FORMAT
# value: json
# extraEnv:
# - name: LOG_LEVEL
# value: trace
# - name: LOG_FORMAT
# value: json
# # When false, Kubecost will not show Asset costs for local disks physically
# # attached to nodes (e.g. ephemeral storage). This needs to be applied to
# # each cluster monitored.
# - name: ASSET_INCLUDE_LOCAL_DISK_COST
# value: "true"

# creates an ingress directly to the model container, for API access
ingress:
Expand Down

0 comments on commit 43eee38

Please sign in to comment.