Skip to content

Commit

Permalink
Add support of ephemeral-storage in the resources
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzy06 authored and Thomas Clop committed Mar 29, 2024
1 parent 0d56957 commit 09198ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.86.0
version: 0.86.1
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
6 changes: 6 additions & 0 deletions charts/opentelemetry-collector/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@
"cpu": {
"type": ["string", "integer"]
},
"ephemeral-storage": {
"type": "string"
},
"memory": {
"type": "string"
}
Expand All @@ -366,6 +369,9 @@
"cpu": {
"type": ["string", "integer"]
},
"ephemeral-storage": {
"type": "string"
},
"memory": {
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions charts/opentelemetry-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ resources: {}
# resources:
# limits:
# cpu: 250m
# ephemeral-storage: 50Mi
# memory: 512Mi

podAnnotations: {}
Expand Down

0 comments on commit 09198ae

Please sign in to comment.