Skip to content

Latest commit

 

History

History

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tuya-smartplug-exporter

A Helm chart for Tuya smartplug prometheus exporter

Configuration

The following table lists the configurable parameters of the Tuya-smartplug-exporter chart and their default values.

Parameter Description Default
replicaCount number of pod replicas 1
image.repository image repository "ghcr.io/rkosegi/tuya-smartplug-exporter"
image.pullPolicy image pull policy "IfNotPresent"
image.tag image tag, when omitted, then chart version is assumed ""
imagePullSecrets List of pull secrets []
nameOverride Override release name ""
fullnameOverride Override full name ""
serviceAccount.create Specifies whether a service account should be created true
serviceAccount.annotations Annotations to add to the service account {}
serviceAccount.name The name of the service account to use. If not set and create is true, a name is generated using the fullname template ""
serviceMonitor.enabled Flag to enable ServiceMonitor resource true
serviceMonitor.scrape_config scrape configuration [{"port": "metrics", "interval": "30s"}]
podAnnotations Additional annotations to put on pods {}
podSecurityContext Pod security context {}
securityContext {}
service.type service type "ClusterIP"
service.port service port 80
resources Resources {}
nodeSelector Node selector {}
tolerations Tolerations []
affinity Node affinity {}

Documentation generated by Frigate.