22
33OpenCost and OpenCost UI
44
5- ![ Version: 1.5 .0] ( https://img.shields.io/badge/Version-1.5 .0-informational?style=flat-square )
5+ ![ Version: 1.6 .0] ( https://img.shields.io/badge/Version-1.6 .0-informational?style=flat-square )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
77![ AppVersion: 1.101.2] ( https://img.shields.io/badge/AppVersion-1.101.2-informational?style=flat-square )
88
@@ -37,6 +37,7 @@ $ helm install opencost opencost/opencost
3737| opencost.exporter.replicas | int | ` 1 ` | Number of OpenCost replicas to run |
3838| opencost.exporter.resources.limits | object | ` {"cpu":"999m","memory":"1Gi"} ` | CPU/Memory resource limits |
3939| opencost.exporter.resources.requests | object | ` {"cpu":"10m","memory":"55Mi"} ` | CPU/Memory resource requests |
40+ | opencost.exporter.securityContext | object | ` {} ` | The security options the container should be run with |
4041| opencost.metrics.serviceMonitor.additionalLabels | object | ` {} ` | Additional labels to add to the ServiceMonitor |
4142| opencost.metrics.serviceMonitor.enabled | bool | ` false ` | Create ServiceMonitor resource for scraping metrics using PrometheusOperator |
4243| opencost.metrics.serviceMonitor.honorLabels | bool | ` false ` | HonorLabels chooses the metric's labels on collisions with target labels |
@@ -62,7 +63,9 @@ $ helm install opencost opencost/opencost
6263| opencost.ui.image.tag | string | ` "" ` (use appVersion in Chart.yaml) | UI container image tag |
6364| opencost.ui.resources.limits | object | ` {"cpu":"999m","memory":"1Gi"} ` | CPU/Memory resource limits |
6465| opencost.ui.resources.requests | object | ` {"cpu":"10m","memory":"55Mi"} ` | CPU/Memory resource requests |
66+ | opencost.ui.securityContext | object | ` {} ` | The security options the container should be run with |
6567| podAnnotations | object | ` {} ` | Annotations to add to the OpenCost Pod |
68+ | podSecurityContext | object | ` {} ` | Holds pod-level security attributes and common container settings |
6669| service.annotations | object | ` {} ` | Annotations to add to the service |
6770| service.labels | object | ` {} ` | Labels to add to the service account |
6871| service.type | string | ` "ClusterIP" ` | Kubernetes Service type |
0 commit comments