22nameOverride : " "
33# -- String to fully override "sql-exporter.fullname"
44fullnameOverride : " "
5-
65image :
76 # -- Image repository
87 repository : burningalchemist/sql_exporter
@@ -11,10 +10,8 @@ image:
1110 # -- Image tag
1211 # @default -- `appVersion` value from `Chart.yaml`
1312 tag : " "
14-
1513# -- Secrets with credentials to pull images from a private registry
1614imagePullSecrets : []
17-
1815service :
1916 # -- Service type
2017 type : ClusterIP
@@ -23,30 +20,40 @@ service:
2320 # -- Service labels
2421 labels : {}
2522 # -- Service annotations
26- annotations :
27- {}
23+ annotations : {}
2824 # example of prometheus usage
2925 # prometheus.io/scrape: "true"
3026 # prometheus.io/path: "/metrics"
31-
27+ extraContainers : {}
28+ # - name: your_sidecar
29+ # image: gcr.io/your_image:your_tag
30+ # args:
31+ # resources:
32+ # requests:{}
33+ serviceAccount :
34+ # Specifies whether a service account should be created
35+ create : false
36+ # Annotations to add to the service account
37+ annotations : {}
38+ # # example annotations ##
39+ # annotations:
40+ # iam.gke.io/gcp-service-account: my-service-account@gke.url
41+ name : " "
42+ automountServiceAccountToken : false
3243# -- Resource limits and requests for the application controller pods
33- resources :
34- {}
44+ resources : {}
3545 # limits:
3646 # cpu: 100m
3747 # memory: 128Mi
3848 # requests:
3949 # cpu: 100m
4050 # memory: 128Mi
41-
4251# -- Pod labels
4352podLabels : {}
4453# -- Pod annotations
4554podAnnotations : {}
46-
4755# -- Pod security context
48- podSecurityContext :
49- {}
56+ podSecurityContext : {}
5057 # capabilities:
5158 # drop:
5259 # - ALL
@@ -55,7 +62,6 @@ podSecurityContext:
5562 # runAsUser: 1000
5663# @ignored
5764securityContext : {}
58-
5965# Prometheus Operator values
6066serviceMonitor :
6167 # -- Enable ServiceMonitor
@@ -68,7 +74,6 @@ serviceMonitor:
6874 # scrapeTimeout: 10s
6975 # -- ServiceMonitor metric relabelings
7076 metricRelabelings : {}
71-
7277# Additional env variables
7378# - kind should be either Secret or ConfigMap
7479# - name is the name of the Secret or ConfigMap that should be used
0 commit comments