-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathvalues.yaml
53 lines (40 loc) · 1.33 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
image:
repository: wavefronthq/wavefront-hpa-adapter
tag: 0.9.12
pullPolicy: IfNotPresent
## Wavefront URL (cluster) and API Token
## Required
wavefront:
url: https://YOUR_CLUSTER.wavefront.com
# Required one of the following:
# OPTIONAL, Wavefront API token with permissions to query for points. If token is not provided, the adapter will look for a secret.
token: YOUR_API_TOKEN
# OPTIONAL, Allow to use a secret to pull the credentials.
tokenFromSecret: ""
adapter:
# Metrics under this prefix are exposed via the custom metrics API
metricPrefix: kubernetes
# Interval at which to fetch the list of custom metric names from Wavefront
metricRelistInterval: 10m
# API client timeout
apiClientTimeout: 10s
# one of info, debug, warn or trace
logLevel: info
# List wavefront queries to transform into external metrics
# See https://github.com/wavefrontHQ/wavefront-kubernetes-adapter/blob/master/docs/introduction.md#static-configuration-file
# rules:
# - query: 'ts(azure.compute.vm.percentage.cpu)'
# name: azure.vm.cpu
# - query: 'ts(aws.sqs.approximatenumberofmessagesvisible)'
# name: aws.sqs.messagesvisible
resources: {}
# limits:
# cpu: 50m
# memory: 100Mi
# requests:
# cpu: 5m
# memory: 20Mi
priorityClassName: ""
nodeSelector: {}
tolerations: []
affinity: {}