Skip to content

Latest commit

 

History

History

cloudhealth-collector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

cloudhealth-collector

Version: 0.1.6 AppVersion: 957

Deploys a k8s pod to collect data and generate reports based or resources usages, costs and other possibilities. Please check more about it on: https://www.cloudhealthtech.com/solutions/containers

Chart based on its official k8s resources: https://s3.amazonaws.com/cloudhealth-public/containers/kubernetes-collector-pod-template.yaml

A Cloudhealth account is required.

To install the chart a valid api token should be generated from adding a new cluster: https://apps.cloudhealthtech.com/containers_clusters

Homepage: https://github.com/deliveryhero/helm-charts

How to install this chart

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/cloudhealth-collector

To install the chart with the release name my-release:

helm install my-release deliveryhero/cloudhealth-collector

To install with some set values:

helm install my-release deliveryhero/cloudhealth-collector --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/cloudhealth-collector -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}
api_token string "<change-me>"
cluster_name string "your-cluster-name"
deploymentAnnotations object {}
existingSecret.secretName string ""
existingSecret.tokenKey string ""
extraEnv list []
extraLabels object {}
extraVolumeMounts list []
extraVolumes list []
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "cloudhealth/container-collector"
image.tag int 957
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources.limits.cpu string "1000m"
resources.limits.memory string "512Mi"
resources.requests.cpu string "500m"
resources.requests.memory string "512Mi"
securityContext object {}
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Maintainers

Name Email Url
max-rocket-internet [email protected]